opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/TestLDAPConnectionHandler.java
@@ -314,7 +314,7 @@ GoodHandlerEntry.addAttribute(a13, null); GoodHandlerEntry.addAttribute(a14, null); GoodHandlerEntry.addAttribute(a15, null); List<LocalizableMessage> reasons = new LinkedList<LocalizableMessage>(); List<LocalizableMessage> reasons = new LinkedList<>(); LDAPConnectionHandlerCfg config = LdapTestCase.getConfiguration(GoodHandlerEntry); //see if we're ok boolean ret=LDAPConnHandler.isConfigurationChangeAcceptable(config, reasons);