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

Jean-Noel Rouvignac
24.21.2015 d12a783ffe81907793eb973bc16deae8617db544
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/EntryIDSet.java
@@ -27,6 +27,7 @@
package org.opends.server.backends.pluggable;
import static org.forgerock.util.Reject.*;
import static org.opends.server.util.StaticUtils.*;
import java.util.Arrays;
import java.util.Iterator;
@@ -86,10 +87,6 @@
  /** Define serialization contract for EntryIDSet. */
  interface EntryIDSetCodec {
    int INT_SIZE = 4;
    int LONG_SIZE = 8;
    ByteString encode(EntryIDSet idSet);
    EntryIDSet decode(ByteSequence key, ByteString value);