aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/dispatch/SearchInvoker.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-07-01 08:47:30 +0200
committerJon Bratseth <bratseth@gmail.com>2020-07-01 08:47:30 +0200
commit906cbed5b431c8df1325441907c1602241f3f6ef (patch)
tree111b065933e15081d9e55193fa8bc23e54202594 /container-search/src/main/java/com/yahoo/search/dispatch/SearchInvoker.java
parent2ef3ab5fa7017e5fea5cdec223bcf98a9edf7550 (diff)
Formatting changes only#
Diffstat (limited to 'container-search/src/main/java/com/yahoo/search/dispatch/SearchInvoker.java')
-rw-r--r--container-search/src/main/java/com/yahoo/search/dispatch/SearchInvoker.java9
1 files changed, 4 insertions, 5 deletions
diff --git a/container-search/src/main/java/com/yahoo/search/dispatch/SearchInvoker.java b/container-search/src/main/java/com/yahoo/search/dispatch/SearchInvoker.java
index 9fd6ae9063c..b33e91189cc 100644
--- a/container-search/src/main/java/com/yahoo/search/dispatch/SearchInvoker.java
+++ b/container-search/src/main/java/com/yahoo/search/dispatch/SearchInvoker.java
@@ -41,11 +41,10 @@ public abstract class SearchInvoker extends CloseableInvoker {
/**
*
- * @param query The query to send
- * @param context A context object that can be used to pass context among different
- * invokers. Fx for reuse of preserialized data.
- * @return An object that can be passed to the next invocation of sendSearchRequest
- * @throws IOException
+ * @param query the query to send
+ * @param context a context object that can be used to pass context among different
+ * invokers, e.g for reuse of preserialized data.
+ * @return an object that can be passed to the next invocation of sendSearchRequest
*/
protected abstract Object sendSearchRequest(Query query, Object context) throws IOException;