(no commit message)
[utils] / security / usermgt / src / main / java / org / wamblee / security / authentication / UserAdministrationImpl.java
index 61505a9fa627d705f3cc0cc8715eaff1fd0fbbfa..1a515db072b613198b14b257b8f6cb23cf7a7b03 100644 (file)
@@ -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();
     }