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

abobrov
09.02.2009 8ab4ff73251459503b7c22fa33a20e8bb4d605f6
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/Index.java
@@ -328,8 +328,8 @@
        put(null, key, data);
      }
    } else {
      //Should never happen -- the keys should always be there.
      throw new DatabaseException();
      // Should never happen -- the keys should always be there.
      throw new RuntimeException();
    }
  }
@@ -353,8 +353,8 @@
      data.setData(importIdSet.toDatabase());
      put(null, key, data);
    } else {
      //Should never happen during import.
      throw new DatabaseException();
      // Should never happen during import.
      throw new RuntimeException();
    }
  }