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

Jean-Noel Rouvignac
19.10.2014 472eace2c3facdf179c7265b39649b84901a3a9e
JEReplicaDBCursor.java:
In ctor, removed useless code, because this case is already covered in next().
1 files modified
10 ■■■■■ changed files
opendj-sdk/opendj3-server-dev/src/server/org/opends/server/replication/server/changelog/je/JEReplicaDBCursor.java 10 ●●●●● patch | view | raw | blame | history
opendj-sdk/opendj3-server-dev/src/server/org/opends/server/replication/server/changelog/je/JEReplicaDBCursor.java
@@ -65,16 +65,6 @@
    this.db = db;
    this.replicaDB = replicaDB;
    this.lastNonNullCurrentCSN = startAfterCSN;
    try
    {
      cursor = db.openReadCursor(startAfterCSN);
    }
    catch(Exception e)
    {
      // we didn't find it in the db
      cursor = null;
    }
  }
  /** {@inheritDoc} */