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

lutoff
06.45.2006 063b1432ef622fc6b25a1bb7436685827d3d4c48
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;