opends/src/server/org/opends/server/replication/protocol/ModifyDNMsg.java
@@ -360,4 +360,15 @@ } } /** * {@inheritDoc} */ @Override public int size() { // The MODDN message size are mainly dependent on the // size of the DN. let's assume that they average on 100 bytes return 100; } }