Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / usermgt / InMemoryGroupSet.java
index 04f8be223c7569c0c6a1c00641478271cb9d2b2e..2d2cb85fb9c1f7666c3b9bd9b55ac3cc673cd99a 100644 (file)
@@ -21,6 +21,8 @@ import java.util.TreeSet;
 
 /**
  * In-memory group set implementation. 
+ *
+ * @author Erik Brakkee
  */
 public class InMemoryGroupSet implements GroupSet {