X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fusermgt%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthentication%2FUserAdministrationImpl.java;h=1a515db072b613198b14b257b8f6cb23cf7a7b03;hb=3e8de23e00da80d5506c750a28e7d25f261eda92;hp=61505a9fa627d705f3cc0cc8715eaff1fd0fbbfa;hpb=db9f2962e5c2fe846dc11292d578e6ca878e6716;p=utils diff --git a/security/usermgt/src/main/java/org/wamblee/security/authentication/UserAdministrationImpl.java b/security/usermgt/src/main/java/org/wamblee/security/authentication/UserAdministrationImpl.java index 61505a9f..1a515db0 100644 --- a/security/usermgt/src/main/java/org/wamblee/security/authentication/UserAdministrationImpl.java +++ b/security/usermgt/src/main/java/org/wamblee/security/authentication/UserAdministrationImpl.java @@ -236,8 +236,9 @@ public class UserAdministrationImpl implements UserAdministration { group.setName(aNewGroup); groups.groupModified(group); - // Because a group has changed, a cached user could contain reference to an old copy of the - // group. Therefore, we clear the cache in this case. + // Because a group has changed, a cached user could contain reference to + // an old copy of the + // group. Therefore, we clear the cache in this case. users.clearCache(); }