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

abobrov
24.14.2009 d3f720ebd77231a9703f59c3932fb9c80f4c7acb
opendj-sdk/opends/src/server/org/opends/server/replication/server/DraftCNDbHandler.java
@@ -49,7 +49,7 @@
import org.opends.server.types.InitializationException;
import com.sleepycat.je.DatabaseException;
import com.sleepycat.je.DeadlockException;
import com.sleepycat.je.LockConflictException;
/**
 * This class is used for managing the replicationServer database for each
@@ -365,7 +365,7 @@
      cursor.close();
      done = true;
    }
    catch (DeadlockException e)
    catch (LockConflictException e)
    {
      cursor.abort();
      if (tries == DEADLOCK_RETRIES)