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

Jean-Noel Rouvignac
12.58.2014 41896878922ca0c33e717f7e40be1e339964a848
JEReplicaDBCursor.java:
In ctor, removed useless code, because this case is already covered in next().
1 files modified
10 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/replication/server/changelog/je/JEReplicaDBCursor.java 10 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/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} */