Skip to content
Snippets Groups Projects
Commit 0f352e9c authored by Alinga Yeung's avatar Alinga Yeung
Browse files

Story ac2 rework. Added comments.

parent a42ea472
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment