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; } }