Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / usermgt / UserSet.java
index ffff4abd8d3b87e095032175551075ce8c032141..ac3f5a70b388024a82a05328fda9dd61a6f6187e 100644 (file)
@@ -22,6 +22,8 @@ import java.util.Set;
  * Represents a set of users.
  * Typical implementations would be an implementation based on a static configuration file or 
  * an implementation backed by a database.  
+ *
+ * @author Erik Brakkee
  */
 public interface UserSet {