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

gbellato
08.03.2008 7adb93986ace907531875e25be1f94d735fbb068
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/WindowMsg.java
@@ -137,7 +137,6 @@
  @Override
  public String toString()
  {
    return "ServerStartMsg content: " +
      "\nnumAck: " + numAck;
    return "WindowMsg : " + "numAck: " + numAck;
  }
}