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

gbellato
18.40.2008 89c803ce85e8a88d54544bfe35f24c9be34758a3
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/DeleteMsg.java
@@ -122,4 +122,15 @@
  {
    return ("DEL " + getDn() + " " + getChangeNumber());
  }
  /**
   * {@inheritDoc}
   */
  @Override
  public int size()
  {
    // The DeleteMsg size is mostly dependent on the DN and should never
    // grow very large. It is therefore safe to assume an average of 40 bytes.
    return 40;
  }
}