Removed DOCUMENT ME comments that were generated and applied source code
[utils] / security / src / main / java / org / wamblee / security / authorization / PathCondition.java
index 603bbc45097d19d37ec5354711f3b53bb5de7bd7..fac5ba5100359ae32075a0d8e1890de10b870ae2 100644 (file)
@@ -17,18 +17,18 @@ package org.wamblee.security.authorization;
 
 import org.wamblee.persistence.Persistent;
 
-
 /**
- * Checks if a path satisfies a condition. 
- *
+ * Checks if a path satisfies a condition.
+ * 
  * @author Erik Brakkee
  */
 public interface PathCondition extends Persistent {
     /**
      * Checks if the path matches the condition.
-     *
-     * @param aPath Path to match.
-     *
+     * 
+     * @param aPath
+     *            Path to match.
+     * 
      * @return True iff the path matches.
      */
     boolean matches(String aPath);