opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/LDAPListener.java
@@ -24,11 +24,8 @@ * Copyright 2009-2010 Sun Microsystems, Inc. * Portions copyright 2012-2015 ForgeRock AS. */ package org.forgerock.opendj.ldap; import static com.forgerock.opendj.util.StaticUtils.*; import java.io.Closeable; import java.io.IOException; import java.net.InetAddress; @@ -115,9 +112,7 @@ */ private final LDAPListenerImpl impl; /** * Transport provider that provides the implementation of this listener. */ /** Transport provider that provides the implementation of this listener. */ private TransportProvider provider; /** @@ -262,9 +257,7 @@ this.impl = provider.getLDAPListener(address, factory, options); } /** * Closes this LDAP connection listener. */ /** Closes this LDAP connection listener. */ @Override public void close() { impl.close(); opendj-sdk/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/AbstractMatchingRuleImpl.java
@@ -26,6 +26,8 @@ */ package org.forgerock.opendj.ldap.schema; import static org.forgerock.opendj.ldap.Assertion.*; import java.util.Collection; import java.util.List; @@ -37,9 +39,6 @@ import org.forgerock.opendj.ldap.spi.IndexQueryFactory; import org.forgerock.opendj.ldap.spi.Indexer; import static org.forgerock.opendj.ldap.Assertion.*; import static com.forgerock.opendj.util.StaticUtils.*; /** * This class implements a default equality or approximate matching rule that * matches normalized values in byte order. @@ -51,7 +50,7 @@ } private static final class DefaultAssertion implements Assertion { /** The ID of the DB index to use with this assertion.*/ /** The ID of the DB index to use with this assertion. */ private final String indexID; private final ByteSequence normalizedAssertionValue; @@ -72,7 +71,7 @@ } final class DefaultIndexer implements Indexer { /** The ID of the DB index to use with this indexer.*/ /** The ID of the DB index to use with this indexer. */ private final String indexID; DefaultIndexer(String indexID) {