(no commit message)
[utils] / security / impl / src / main / java / org / wamblee / usermgt / Group.java
index 87ab4ac7c9cd980e8b311adbcde9fe78412a471c..b203c63d20dfb74d0e89536400f3761726306622 100644 (file)
@@ -145,8 +145,8 @@ public class Group implements Serializable, Comparable {
     public Long getPrimaryKey() {
         return primaryKey;
     }
-    
-    public void setPrimaryKey(Long aKey) { 
+
+    public void setPrimaryKey(Long aKey) {
         primaryKey = aKey;
     }