Improve role management
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / auth / CurrentUser.java
index ee522a580d8417c4d1f0aac52cd240024291ed11..f2b4f0a58250ae584a0f9ee217df26bcc2ed1f81 100644 (file)
@@ -75,7 +75,7 @@ public final class CurrentUser {
                return role.implied(currentSubject(), context);
        }
 
-       /** Implies this {@link SystemRole} in this context. */
+       /** Implies this role name, also independently of the context. */
        public final static boolean implies(String role, String context) {
                return SystemRole.implied(NamespaceUtils.parsePrefixedName(role), currentSubject(), context);
        }