(no commit message)
[utils] / security / usermgt / src / main / java / org / wamblee / security / authentication / jpa / JpaGroupSet.java
index 5c076d72083a33d8651e3c7ae0379211b83fbdc3..c928b843eba8d4f02149e381a0b1a089523c60eb 100644 (file)
@@ -35,6 +35,10 @@ public class JpaGroupSet implements GroupSet {
 
     private EntityManager em;
 
+    /**
+     * Constructs the group set. 
+     * @param aEm Contextual reference to an entity manager. 
+     */
     public JpaGroupSet(EntityManager aEm) {
         em = aEm;
     }