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

Jean-Noel Rouvignac
17.26.2015 88f16d892d54fd8c3e190cc1f6363638b11ae1a3
opendj-server-legacy/src/main/java/org/opends/server/replication/server/MessageHandler.java
@@ -93,11 +93,11 @@
  /**
   * Number of update sent to the server.
   */
  private int outCount = 0;
  private int outCount;
  /**
   * Number of updates received from the server.
   */
  private int inCount = 0;
  private int inCount;
  /**
   * Specifies the max queue size for this handler.
   */
@@ -109,7 +109,7 @@
  /**
   * Specifies whether the consumer is following the producer (is not late).
   */
  private boolean following = false;
  private boolean following;
  /**
   * Specifies the current serverState of this handler.
   */