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

Jean-Noel Rouvignac
17.47.2015 cf364c082dfe5ea566abc3c20bc5546a4629c5eb
opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/RoutableMsg.java
@@ -113,8 +113,7 @@
   */
  public String toString()
  {
    return "["+
      this.getClass().getCanonicalName() +
    return "[" + getClass().getCanonicalName() +
      " sender=" + this.senderID +
      " destination=" + this.destination + "]";
  }