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

pgamba
20.06.2007 62beb29abc0af5fc19b7a987ec5206c36dc18360
Fix a javadoc warning about non inherited searchBackend method
1 files modified
11 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationBackend.java 11 ●●●●● patch | view | raw | blame | history
opendj-sdk/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,7 +969,7 @@
  /**
   * {@inheritDoc}
   */
  public synchronized void searchBackend(SearchOperation searchOperation)
  public synchronized void search(SearchOperation searchOperation)
  throws DirectoryException
  {
    // Get the base DN, scope, and filter for the search.