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

pgamba
20.06.2007 7c9c032bbbd4dc038d715536ad3244d64e95a81c
opends/src/server/org/opends/server/replication/server/ReplicationBackend.java
@@ -367,15 +367,6 @@
  /**
   * {@inheritDoc}
   */
  public synchronized void search(SearchOperation searchOperation)
         throws DirectoryException
  {
    this.searchBackend(searchOperation);
  }
  /**
   * {@inheritDoc}
   */
  public HashSet<String> getSupportedControls()
  {
    return supportedControls;
@@ -978,8 +969,8 @@
  /**
   * {@inheritDoc}
   */
  public synchronized void searchBackend(SearchOperation searchOperation)
  throws DirectoryException
  public synchronized void search(SearchOperation searchOperation)
         throws DirectoryException
  {
    // Get the base DN, scope, and filter for the search.
    DN           searchBaseDN = searchOperation.getBaseDN();