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;