opends/src/server/org/opends/server/replication/server/DraftCNDB.java
@@ -263,9 +263,9 @@ /** * Read the first Change from the database, 0 when none. * @return the first ChangeNumber. * @return the first draftCN. */ public int readFirstSeqnum() public int readFirstDraftCN() { Cursor cursor = null; String str = null;