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

abobrov
24.14.2009 1edd5068bf0b63cbd67c615942ad5c545440d476
opends/src/server/org/opends/server/replication/server/DbHandler.java
@@ -50,7 +50,7 @@
import org.opends.server.replication.server.ReplicationDB.ReplServerDBCursor;
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
@@ -460,7 +460,7 @@
          cursor.close();
          done = true;
        }
        catch (DeadlockException e)
        catch (LockConflictException e)
        {
          cursor.abort();
          if (tries == DEADLOCK_RETRIES)