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

mrossign
30.30.2008 7ee84fd2ff21c5e25b9a234f974c08b49070fcaf
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationData.java
@@ -50,6 +50,8 @@
  public ReplicationData(UpdateMsg change)
         throws UnsupportedEncodingException
  {
    // Always keep messages in the replication DB with the current protocol
    // version
    this.setData(change.getBytes());
  }