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

matthew_swift
13.22.2008 347a872b693e46c105e953ea331616c8a566d745
opends/src/server/org/opends/server/core/SearchOperation.java
@@ -334,20 +334,6 @@
  public abstract void setIncludeUsableControl(boolean includeUsableControl);
  /**
   * Register the psearch in the search operation.
   *
   * @param psearch - Persistent search associated to that operation
   */
  public abstract void setPersistentSearch(PersistentSearch psearch);
  /**
   * Get the psearch from the search operation.
   *
   * @return the psearch, or null if no psearch was registered
   */
  public abstract PersistentSearch getPersistentSearch();
  /**
   * Indicates whether the client is able to handle referrals.
   *
   * @return true, if the client is able to handle referrals