opendj3-server-dev/src/server/org/opends/server/replication/server/changelog/je/JEReplicaDBCursor.java
@@ -65,16 +65,6 @@ this.db = db; this.replicaDB = replicaDB; this.lastNonNullCurrentCSN = startAfterCSN; try { cursor = db.openReadCursor(startAfterCSN); } catch(Exception e) { // we didn't find it in the db cursor = null; } } /** {@inheritDoc} */