Removed DOCUMENT ME comments that were generated and applied source code
[utils] / security / src / main / java / org / wamblee / security / authorization / OperationCondition.java
index be2a03c6806ad14e55b634b962c4c8d9bd81909d..0713df34ccedd2dfbbfdbd204ca9eeb0e3c7cf34 100644 (file)
@@ -17,18 +17,18 @@ package org.wamblee.security.authorization;
 
 import org.wamblee.persistence.Persistent;
 
-
 /**
- * Checks if an operation matches a condition. 
- *
+ * Checks if an operation matches a condition.
+ * 
  * @author Erik Brakkee
  */
 public interface OperationCondition extends Persistent {
     /**
      * Determines if the operation matches.
-     *
-     * @param aOperation Operation.
-     *
+     * 
+     * @param aOperation
+     *            Operation.
+     * 
      * @return True iff the operation matches.
      */
     boolean matches(Operation aOperation);