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

pgamba
12.09.2007 3aaa6c602ae74b348c8f6870324b8e74d89c7f2f
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/AddMsg.java
@@ -288,4 +288,13 @@
  {
    parentUniqueId = uid;
  }
  /**
   * Get the parent unique id of this add msg.
   * @return the parent unique id.
   */
  public String getParentUid()
  {
    return parentUniqueId;
  }
}