summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-01-08 20:57:30 +0100
committerGitHub <noreply@github.com>2017-01-08 20:57:30 +0100
commit1264780883ef73482d7b386b30a542dd07f10c6e (patch)
tree234a30d62d027917d47cb53e59189707af22d64c /vespaclient-container-plugin
parent3cbce5fb9a8100dd931aaeb9ed04ec47d2de9dbd (diff)
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 5405f33f1aa..79e2b47c6f3 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) {