Added author to all java files with class comments.
[utils] / support / src / main / java / org / wamblee / conditions / PropertyRegexCondition.java
index 60726dcc540b205f012e7baf79c3410bfbda1c63..2ce7a0e9700196116f1c74fc56c0a7fefdb361e9 100644 (file)
@@ -25,6 +25,8 @@ import org.apache.commons.beanutils.PropertyUtils;
 /**
  * Condition to check whether a given property value matches a certain 
  * regular expression.
+ *
+ * @author Erik Brakkee
  */
 public class PropertyRegexCondition<T> implements Condition<T> {