Code clean up
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / auth / CmsRole.java
index 5ac23ea6a158e3a140d7b9023de43d6dcf558079..31068b1a3c84115b847eff3d19ff3fce0bc5d26b 100644 (file)
@@ -8,7 +8,9 @@ import org.argeo.api.acr.ContentName;
 /** Standard CMS system roles. */
 public enum CmsRole implements SystemRole {
        userAdmin, //
-       groupAdmin;
+       groupAdmin, //
+       //
+       ;
 
        private final static String QUALIFIER = "cms.";