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

pgamba
12.09.2007 f912fe883b2fd613b4115e29a2cf0c237a135b0c
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;
  }
}