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(); } }