Removed DOCUMENT ME comments that were generated and applied source code
[utils] / security / src / main / java / org / wamblee / security / authorization / UserCondition.java
index a19fcd77a99516683baaac56e3eebb0adb9ab0f2..dc4a6f96f76464e5132ffcdffbe26a4b88f3a8ae 100644 (file)
@@ -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);