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> { /** opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Functions.java
@@ -199,7 +199,7 @@ public N apply(final M value, final Void p) { final X tmp = first.apply(value, p); return second.apply(tmp, p); }; } }; } @@ -231,7 +231,7 @@ public N apply(final M value, final P p) { final X tmp = first.apply(value, p); return second.apply(tmp, null); }; } }; } @@ -263,7 +263,7 @@ public N apply(final M value, final P p) { final X tmp = first.apply(value, null); return second.apply(tmp, p); }; } }; }