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

Jean-Noel Rouvignac
17.44.2015 6b792f2db3f8f5b2e64e2cc9a83ccd01dc36692a
opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/UpdateMsg.java
@@ -53,7 +53,7 @@
  protected AssuredMode assuredMode = AssuredMode.SAFE_DATA_MODE;
  /** When assured mode is safe data, gives the requested level. */
  protected byte safeDataLevel = (byte)1;
  protected byte safeDataLevel = 1;
  /** The payload that must be encoded in this message. */
  private final byte[] payload;