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

abobrov
24.14.2009 1edd5068bf0b63cbd67c615942ad5c545440d476
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)