Skip to content

Commit

Permalink
Remove additional period
Browse files Browse the repository at this point in the history
  • Loading branch information
AmshikaH committed Mar 12, 2024
1 parent 7a6501c commit 62b8019
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public void updateRoleName(String oldRoleName, String newRoleName)
groupDAO.updateRoleName(this.tenantId, oldRoleName, newRoleName);
} else {
throw new IdentitySCIMException("Non-existent group: " + oldRoleName +
" is trying to be updated..");
" is trying to be updated.");
}
}

Expand Down

0 comments on commit 62b8019

Please sign in to comment.