Added author to all java files with class comments.
[utils] / security / src / main / java / org / wamblee / usermgt / hibernate / HibernateGroupSet.java
index 5e3de6524fe980c062afe9d175e13d5065131669..957ee44da8931135cb4eb3fa3d80f2112865a4ea 100644 (file)
@@ -26,6 +26,8 @@ import org.wamblee.usermgt.GroupSet;
 
 /**
  * Set of groups backed by the database. 
+ *
+ * @author Erik Brakkee
  */
 public class HibernateGroupSet extends HibernateSupport implements GroupSet {