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

gbellato
25.35.2007 44789f3979a2303ba8501b6b97b880bb53f321fa
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/OperationContext.java
@@ -30,7 +30,7 @@
import org.opends.server.types.Operation;
/**
 * This class describe the Synchronization context that is attached
 * This class describe the replication context that is attached
 * to each Operation using the SYNCHROCONTEXT key.
 */
public abstract class OperationContext
@@ -38,7 +38,7 @@
  /**
   * The identifier used to attach the context to operations.
   */
  public static final String SYNCHROCONTEXT = "synchronizationContext";
  public static final String SYNCHROCONTEXT = "replicationContext";
  /**
   * The change Number of the Operation.