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; opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationDB.java
@@ -560,7 +560,7 @@ public class ReplServerDBCursor implements Closeable { /** * The transaction that will protect the actions done with the cursor * The transaction that will protect the actions done with the cursor. * <p> * Will be let null for a read cursor * <p>