Commit 0f352e9c authored by Alinga Yeung's avatar Alinga Yeung
Browse files

Story ac2 rework. Added comments.

parent a42ea472
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -770,7 +770,8 @@ public class LdapUserDAO<T extends Principal> extends LdapDAO
    }

    /**
     * Check whether the user is a member of the group.
     * Check whether the user is a member of the group. This method is created
     * to provide optimization for the LDAP server.
     *
     * @param userID  The userID.
     * @param groupID The groupID.
+2 −1
Original line number Diff line number Diff line
@@ -351,7 +351,8 @@ public class LdapUserPersistence<T extends Principal>
    }
    
    /**
     * Check whether the user is a member of the group.
     * Check whether the user is a member of the group. This method is created
     * to provide optimization for the LDAP server.
     *
     * @param userID The userID.
     * @param groupID The groupID.