opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/EntryContainer.java
@@ -3240,7 +3240,7 @@ return sortByGreaterThanOrEqualAssertion(searchOperation, vlvRequest, sortMap); } // FIXME: Might be moved into a util.Longs class /** FIXME: Might be moved into a util.Longs class */ private static final long[] toArray(Collection<? extends Number> collection) { checkNotNull(collection, "collection must not be null");