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;