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

Jean-Noël Rouvignac
01.41.2015 ad41085e4ca8a32e29d443591069ec4e94e65067
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/State.java
@@ -48,7 +48,6 @@
 */
class State extends AbstractTree
{
  /**
   * Use COMPACTED serialization for new indexes.
   * @see {@link EntryIDSet.EntryIDSetCompactCodec}
@@ -64,9 +63,7 @@
  {
    TRUSTED(0x01),
    /**
     * Use compact encoding for indexes' ID storage.
     */
    /** Use compact encoding for indexes' ID storage. */
    COMPACTED(0x02);
    static final EnumSet<IndexFlag> ALL_FLAGS = EnumSet.allOf(IndexFlag.class);
@@ -159,7 +156,6 @@
    return ByteString.valueOf(new byte[] { value });
  }
  /**
   * Ensure that the specified flags are not set for the given index
   * @param txn a non null transaction