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/jeb/IndexOutputBuffer.java
@@ -26,7 +26,8 @@
 */
package org.opends.server.backends.jeb;
import static org.opends.server.backends.jeb.Importer.indexComparator;
import static org.opends.server.backends.jeb.Importer.*;
import static org.opends.server.util.StaticUtils.*;
import java.io.ByteArrayOutputStream;
import java.io.DataOutputStream;
@@ -68,9 +69,6 @@
    LT, GT, LE, GE, EQ
  }
  /** The size of a Java int. A Java int is 32 bits, i.e. 4 bytes. */
  static final int INT_SIZE = 4;
  /**
   * The record overhead. In addition to entryID, key length and key bytes, the
   * record overhead includes the indexID + INS/DEL bit