[FIX] remove unneeded comment
This commit is contained in:
parent
e071d3dbf7
commit
510553550f
@ -68,7 +68,6 @@ public class MySecurityContext implements SecurityContext {
|
||||
}
|
||||
// get associated Roles:
|
||||
final PartRight rightPart = getRightOfRoleInGroup(group, role);
|
||||
LOGGER.info("detect : {}", rightPart);
|
||||
if (PartRight.READ_WRITE.equals(rightPart)) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user