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

gbellato
18.40.2008 89c803ce85e8a88d54544bfe35f24c9be34758a3
opendj-sdk/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;
  }
}