mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
15.45.2013 bcae46bde0d363f126796164df6505b1764ea345
opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/util/Iterators.java
@@ -69,7 +69,7 @@
            throw new UnsupportedOperationException();
        }
    };
    }
    private static final class EmptyIterator<M> implements Iterator<M> {
        /**