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

Jean-Noel Rouvignac
27.45.2013 7c6bd0f4a4654206802f91235a1a97fa641ca376
DbHandler.java, ReplicationDB.java:
Fixed checkstyle issues.
2 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/replication/server/DbHandler.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationDB.java 2 ●●● patch | view | raw | blame | history
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;
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>