| opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationBackend.java | ●●●●● 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.