summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-11-18 22:57:46 +0100
committerJon Bratseth <bratseth@oath.com>2018-11-18 22:57:46 +0100
commit90037065f19c12422f7c96b3396a67438c6c028b (patch)
tree0668403bf5ad81f8ba4759d07abbbd2262529408
parent6d4dc6565a26e96334de4f2a3d653c75486c22f2 (diff)
Fix javadoc
-rw-r--r--container-search/src/main/java/com/yahoo/search/dispatch/LoadBalancer.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/container-search/src/main/java/com/yahoo/search/dispatch/LoadBalancer.java b/container-search/src/main/java/com/yahoo/search/dispatch/LoadBalancer.java
index 0bc7a9e47d7..222ae6a4ea0 100644
--- a/container-search/src/main/java/com/yahoo/search/dispatch/LoadBalancer.java
+++ b/container-search/src/main/java/com/yahoo/search/dispatch/LoadBalancer.java
@@ -48,7 +48,6 @@ public class LoadBalancer {
* Select and allocate the search cluster group which is to be used for the provided query. Callers <b>must</b> call
* {@link #releaseGroup} symmetrically for each taken allocation.
*
- * @param query the query for which this allocation is made
* @param rejectedGroups if not null, the load balancer will only return groups with IDs not in the set
* @return The node group to target, or <i>empty</i> if the internal dispatch logic cannot be used
*/