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

Nicolas Capponi
21.20.2014 b367c9116aa754542377720f8ba8680191d04ce2
opends/src/server/org/opends/server/core/SearchOperation.java
@@ -29,7 +29,6 @@
import java.util.List;
import java.util.Set;
import org.opends.server.controls.ExternalChangelogRequestControl;
import org.opends.server.controls.MatchedValuesControl;
import org.opends.server.types.*;
@@ -489,21 +488,4 @@
   */
  public abstract void setProxiedAuthorizationDN(DN proxiedAuthorizationDN);
  /**
   * Retrieves the external changelog request control.
   *
   * @return the external changelog request control, or {@code null}
   *  if the control has not been requested.
   */
  public abstract ExternalChangelogRequestControl getECLRequestControl();
  /**
   * Sets the external changelog request control.
   * <p>
   * It should be set only when searching the external changelog.
   *
   * @param control
   *            The external changelog request control.
   */
  public abstract void setECLRequestControl(ExternalChangelogRequestControl control);
}