Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / usermgt / RegexpNameValidator.java
index fdc220f22d03a8bc24e20e1b1f85d7d7b1daf328..8acf11589e997d14e03f7f425bf95691cc6c497c 100644 (file)
@@ -20,6 +20,8 @@ import org.wamblee.usermgt.UserMgtException.Reason;
 
 /**
  * Validation of names based on a regular expression. 
+ *
+ * @author Erik Brakkee
  */
 public class RegexpNameValidator implements NameValidator {