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

Jean-Noel Rouvignac
02.26.2013 07347aac048a14dc5fa1a5c1d02426230622051d
opends/src/server/org/opends/server/replication/server/DraftCNDB.java
@@ -580,10 +580,10 @@
    }
    /**
     * Getter for the serviceID field of the current cursor.
     * @return The current serviceID.
     * Getter for the baseDN field of the current cursor.
     * @return The current baseDN.
     */
    public String currentServiceID()
    public String currentBaseDN()
    {
      if (isClosed)
      {
@@ -594,7 +594,7 @@
      {
        if (seqnumData != null)
        {
          return seqnumData.getServiceID();
          return seqnumData.getBaseDN();
        }
      }
      catch(Exception e)