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

Jean-Noël Rouvignac
26.00.2016 42bd7a7bd312ebe1193e8e40e73fc2fb377e3663
opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/RoutableMsg.java
@@ -80,15 +80,10 @@
    return this.senderID;
  }
  /**
   * Returns a string representation of the message.
   *
   * @return the string representation of this message.
   */
  @Override
  public String toString()
  {
    return "[" + getClass().getCanonicalName() +
    return "[" + getClass().getSimpleName() +
      " sender=" + this.senderID +
      " destination=" + this.destination + "]";
  }