X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthorization%2FUserCondition.java;h=dc4a6f96f76464e5132ffcdffbe26a4b88f3a8ae;hb=8de36ff0206c996baf3ee4adc3e2293b12ff5f39;hp=a19fcd77a99516683baaac56e3eebb0adb9ab0f2;hpb=89c06d4d52b46c154128c97d6e758fa1f4fc7a6e;p=utils diff --git a/security/src/main/java/org/wamblee/security/authorization/UserCondition.java b/security/src/main/java/org/wamblee/security/authorization/UserCondition.java index a19fcd77..dc4a6f96 100644 --- a/security/src/main/java/org/wamblee/security/authorization/UserCondition.java +++ b/security/src/main/java/org/wamblee/security/authorization/UserCondition.java @@ -19,18 +19,18 @@ import org.wamblee.persistence.Persistent; import org.wamblee.usermgt.User; - /** - * Condition used to match a user against a specified set of users. - * + * Condition used to match a user against a specified set of users. + * * @author Erik Brakkee */ public interface UserCondition extends Persistent { /** * Determines if the condition matches. - * - * @param aUser user to check. - * + * + * @param aUser + * user to check. + * * @return True if the condition matches, false otherwise. */ boolean matches(User aUser);