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

Matthew Swift
29.13.2011 c12a91ad23531c6485c03aafaf55a31fdda246f4
Additional minor fix for OPEND-250: Add an option to the JE backend for disabling the subordinate indexes id2children and id2subtree

Remove FIXME comment as it is no longer true.
1 files modified
1 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/NullIndex.java 1 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/NullIndex.java
@@ -452,7 +452,6 @@
  public Cursor openCursor(Transaction txn, CursorConfig cursorConfig)
      throws DatabaseException
  {
    // FIXME: this will be called during verify and dbtest.
    throw new IllegalStateException();
  }