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

ludovicp
31.06.2010 3108952a616e5a7548f646555c716bdc52db91ea
opends/src/server/org/opends/server/replication/plugin/MultimasterReplication.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 */
package org.opends.server.replication.plugin;
@@ -506,6 +506,16 @@
    historicalInformation.generateState(modifyOperation);
    if (modifyOperation.getModifications().isEmpty())
    {
      /*
       * This operation becomes a no-op due to conflict resolution
       * stop the processing and send an OK result
       */
      return new SynchronizationProviderResult.StopProcessing(
          ResultCode.SUCCESS, null);
    }
    return new SynchronizationProviderResult.ContinueProcessing();
  }