opends/src/server/org/opends/server/backends/jeb/JebFormat.java
@@ -399,7 +399,7 @@ * Decode an entry ID value from its database representation. Note that * this method will throw an ArrayIndexOutOfBoundsException if the bytes * array length is less than 8. * * * @param bytes The database value of the entry ID. * @return The entry ID value. */ opends/src/server/org/opends/server/backends/jeb/VerifyJob.java
@@ -667,6 +667,7 @@ } EntryIDSet entryIDList; try { JebFormat.entryIDListFromDatabase(data.getData());