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

mrossign
30.30.2008 2246119784cdfb6f882eba79ed96d2dd9f56f8f9
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());
  }