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