summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-01-08 20:58:21 +0100
committerGitHub <noreply@github.com>2017-01-08 20:58:21 +0100
commit9cee688437c493146eba6959b7b7552b70f8cca8 (patch)
tree1267c85ca4993961b8359f18964e09a85cb48c30 /vespaclient-container-plugin
parent8154fa2709b769b824eaeee288183fd38278868e (diff)
Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Balder/avoid costly notifyall in sharedsender""""""""
Diffstat (limited to 'vespaclient-container-plugin')
-rwxr-xr-xvespaclient-container-plugin/src/main/java/com/yahoo/storage/searcher/GetSearcher.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespaclient-container-plugin/src/main/java/com/yahoo/storage/searcher/GetSearcher.java b/vespaclient-container-plugin/src/main/java/com/yahoo/storage/searcher/GetSearcher.java
index 79e2b47c6f3..5405f33f1aa 100755
--- a/vespaclient-container-plugin/src/main/java/com/yahoo/storage/searcher/GetSearcher.java
+++ b/vespaclient-container-plugin/src/main/java/com/yahoo/storage/searcher/GetSearcher.java
@@ -127,7 +127,7 @@ public class GetSearcher extends Searcher {
}
}
- return (numPending > 0);
+ return numPending > 0;
}
private void addDocumentHit(Reply reply) {