opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Utils.java
@@ -58,7 +58,8 @@ * The type of result. */ private static final class AccumulatingResultHandler<V> implements ResultHandler<V> { private ResourceException exception; // Guarded by latch. /** Guarded by latch. */ private ResourceException exception; private final ResultHandler<List<V>> handler; private final AtomicInteger latch; private final List<V> results; @@ -353,7 +354,7 @@ } } // Prevent instantiation. /** Prevent instantiation. */ private Utils() { // No implementation required. }