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

Jean-Noel Rouvignac
12.58.2014 8c57f31a12c19a10bca57748df8408e630010ae7
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} */