From 66b4c8db1bbdf838a098dea5bd243bc8abf354af Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Mon, 4 Jun 2012 11:14:48 +0000 Subject: [PATCH] MINOR Cleaning up Java 1.6 warnings SVN: 25525 --- .../systemsx/cisd/authentication/ldap/LDAPPrincipalQuery.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPPrincipalQuery.java b/authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPPrincipalQuery.java index dce29c12071..ecdeae05044 100644 --- a/authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPPrincipalQuery.java +++ b/authentication/source/java/ch/systemsx/cisd/authentication/ldap/LDAPPrincipalQuery.java @@ -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 { -- GitLab