Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / security / authorization / AnyUserCondition.java
index c67855d01433927f8ca8b85292f54fe4f58e1167..fdee026e3fdfcf22133edbcb27debe258f735cdd 100644 (file)
@@ -21,6 +21,8 @@ import org.wamblee.usermgt.User;
 
 /**
  * Matches any user. 
+ *
+ * @author Erik Brakkee
  */
 public class AnyUserCondition extends AbstractPersistent implements UserCondition {