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

pgamba
08.29.2009 c420735e9e958374dd4131016ecce3dedb71beae
opendj-sdk/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;