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

Jean-Noel Rouvignac
27.45.2013 7c6bd0f4a4654206802f91235a1a97fa641ca376
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;