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

lutoff
06.45.2006 dd83861a7414a22a299adc160766456eb2f088bc
opendj-sdk/opends/src/server/org/opends/server/synchronization/AckMessage.java
@@ -113,7 +113,6 @@
      /* put the type of the operation */
      resultByteArray[0] = MSG_TYPE_ACK;
      resultByteArray[pos++] = 0;
      /* put the ChangeNumber */
      byte[] changeNumberByte;