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

Jean-Noel Rouvignac
27.45.2013 d2582b94f9245a3c138ba8be15c1a09f6f565c9a
opendj-sdk/opends/src/server/org/opends/server/replication/server/DbHandler.java
@@ -104,7 +104,7 @@
  private int queueLowmarkBytes = 100 * queueLowmark;
  private int queueHimarkBytes = 100 * queueHimark;
  /** The number of bytes currently in the queue */
  /** The number of bytes currently in the queue. */
  private int queueByteSize = 0;
  private ReplicationDB db;