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

abobrov
09.02.2009 619d5d46a827a46b26ef2f71673e89d34b2cec05
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();
    }
  }