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 + "]"; }