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

pgamba
20.06.2007 7c9c032bbbd4dc038d715536ad3244d64e95a81c
Fix a javadoc warning about non inherited searchBackend method
1 files modified
11 ■■■■■ changed files
opends/src/server/org/opends/server/replication/server/ReplicationBackend.java 11 ●●●●● patch | view | raw | blame | history
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.