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

Matthew Swift
28.55.2011 5b56112dbe66cb94c33c6f6268076018000e6243
opends/src/server/org/opends/server/replication/server/DraftCNDbIterator.java
@@ -122,15 +122,7 @@
  public boolean next()
  throws Exception, DatabaseException
  {
    boolean hasNext = draftCNDbCursor.next();
    if (hasNext)
    {
      return true;
    }
    else
    {
      return false;
    }
    return draftCNDbCursor.next();
  }
  /**