opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/EntryIDSet.java
@@ -45,7 +45,6 @@ * Represents a set of Entry IDs. It can represent a set where the IDs are not defined, for example when the index entry * limit has been exceeded. */ @SuppressWarnings("javadoc") final class EntryIDSet implements Iterable<EntryID> { public static final EntryIDSetCodec CODEC_V1 = new EntryIDSetCodecV1();