mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opends/src/server/org/opends/server/replication/protocol/AddMsg.java @@ -297,4 +297,13 @@ { return parentUniqueId; } /** * {@inheritDoc} */ @Override public int size() { return encodedAttributes.length + 40; } }