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

pgamba
02.58.2007 13ac0c8454cbbdfa9643f88a1a10c1a03b1313d2
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/InitializeRequestMessage.java
@@ -155,4 +155,14 @@
      return null;
    }
  }
  /**
   * Get a string representation of this object.
   * @return A string representation of this object.
   */
  public String toString()
  {
    return "InitializeRequestMessage: baseDn="+baseDn+" senderId="+senderID +
    " destination=" + destination;
  }
}