Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / security / authorization / RegexpPathCondition.java
index 4941f06cb7d320902dcf874a5d9d18fa299fbd2a..5c373e8435db1880c916d67732e6edc0f1ea729a 100644 (file)
@@ -20,6 +20,8 @@ import org.wamblee.persistence.AbstractPersistent;
 
 /**
  * Condition to check whether a path  matches a given regula expression.
+ *
+ * @author Erik Brakkee
  */
 public class RegexpPathCondition extends AbstractPersistent implements PathCondition {