summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/searchchain
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-09-23 14:14:18 +0200
committerJon Bratseth <bratseth@gmail.com>2022-09-23 14:14:18 +0200
commitd6a545edd997816f3a066cf7947a28557b0744cf (patch)
tree6e9a418c9ae2279095fb72d900e16321fd0e54b0 /container-search/src/main/java/com/yahoo/search/searchchain
parent78c9bfbe44faa52006e268bd829d83b2d907dbf3 (diff)
Make list mutable
Diffstat (limited to 'container-search/src/main/java/com/yahoo/search/searchchain')
-rw-r--r--container-search/src/main/java/com/yahoo/search/searchchain/testutil/DocumentSourceSearcher.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-search/src/main/java/com/yahoo/search/searchchain/testutil/DocumentSourceSearcher.java b/container-search/src/main/java/com/yahoo/search/searchchain/testutil/DocumentSourceSearcher.java
index e36157efddb..f8fdfb34ca0 100644
--- a/container-search/src/main/java/com/yahoo/search/searchchain/testutil/DocumentSourceSearcher.java
+++ b/container-search/src/main/java/com/yahoo/search/searchchain/testutil/DocumentSourceSearcher.java
@@ -23,7 +23,7 @@ import com.yahoo.search.searchchain.Execution;
*
* <p>This supports multi-phase search.</p>
*
- * <p>To avoid having to add type information for the fields, a quck hack is used to
+ * <p>To avoid having to add type information for the fields, a quick hack is used to
* support testing of attribute prefetching.
* Any field in the configured hits which has a name starting by attribute
* will be returned when attribute prefetch filling is requested.</p>