Move security model to CMS
[lgpl/argeo-commons.git] / org.argeo.security.core / src / org / argeo / security / jcr / JcrSecurityModel.java
index e9ab89c2ae8eb4e70786975d0e6e20f4d3ce5f7d..a151c7f30a714939d14d2212d76ebf6aa0f7a060 100644 (file)
@@ -30,7 +30,7 @@ public interface JcrSecurityModel {
         * user has a home directory with full access and a profile with information
         * about him (read access)
         * 
-        * @return the user profile (whose parent is the user home), never null
+        * @return the user profile, never null
         */
        public Node sync(Session session, String username, List<String> roles);
 }