Skip to content

Commit

Permalink
RANGER-3855: removed additional semicolon introduced in earlier commi…
Browse files Browse the repository at this point in the history
…t - #2
  • Loading branch information
mneethiraj committed Dec 7, 2022
1 parent 28294ef commit f1c8369
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void loadUserGroupRoles(RangerBasePlugin plugIn) {
plugIn.setRoles(roles);
rangerUserGroupRolesSetInPlugin = true;
setLastActivationTimeInMillis(System.currentTimeMillis());
lastKnownRoleVersion = roles.getRoleVersion() != null ? roles.getRoleVersion() : -1;;
lastKnownRoleVersion = roles.getRoleVersion() != null ? roles.getRoleVersion() : -1;
} else {
if (!rangerUserGroupRolesSetInPlugin && !serviceDefSetInPlugin) {
plugIn.setRoles(null);
Expand Down

0 comments on commit f1c8369

Please sign in to comment.