Skip to content
Snippets Groups Projects
Commit 66b4c8db authored by cramakri's avatar cramakri
Browse files

MINOR Cleaning up Java 1.6 warnings

SVN: 25525
parent 6eee23a8
No related branches found
No related tags found
No related merge requests found
......@@ -271,7 +271,6 @@ public final class LDAPPrincipalQuery implements ISelfTestable
* usually a big performance boost.
* @return The list of principals matching the query
*/
@SuppressWarnings("null")
public List<Principal> listPrincipalsByKeyValue(String key, String value,
Collection<String> additionalAttributesOrNull, int limit)
{
......@@ -373,7 +372,6 @@ public final class LDAPPrincipalQuery implements ISelfTestable
config.getSecurityPrincipalPassword(), true);
}
@SuppressWarnings("null")
private DirContext createContextForDistinguishedName(String dn, String password,
boolean useThreadContext) throws NamingException
{
......
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