opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/LDAPUpdateMsg.java
@@ -221,7 +221,7 @@ */ final ByteArrayBuilder builder = new ByteArrayBuilder(); builder.appendByte(msgType); builder.appendByte((byte) protocolVersion); builder.appendByte(protocolVersion); builder.appendCSNUTF8(csn); builder.appendDN(dn); builder.appendString(entryUUID);