summaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-10-28 08:31:41 +0200
committerJon Bratseth <bratseth@gmail.com>2021-10-28 08:31:41 +0200
commit888d3db0ea5887d8ba71ff6b84be6762d3cb1586 (patch)
tree286d50a66d50dc6e8f5858f04805c89066904ba8 /container-search
parent1a13aeafd1ced9e097f3b76469e4afa15e0598a5 (diff)
Correct comment
Diffstat (limited to 'container-search')
-rw-r--r--container-search/src/main/java/com/yahoo/prelude/query/BlockItem.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-search/src/main/java/com/yahoo/prelude/query/BlockItem.java b/container-search/src/main/java/com/yahoo/prelude/query/BlockItem.java
index bde5fd2c2f9..377ed74f672 100644
--- a/container-search/src/main/java/com/yahoo/prelude/query/BlockItem.java
+++ b/container-search/src/main/java/com/yahoo/prelude/query/BlockItem.java
@@ -19,7 +19,7 @@ public interface BlockItem extends HasIndexItem {
String stringValue();
/**
- * Returns whether this block of text is originates from a user and should therefore
+ * Returns whether this block of text originates from a user and should therefore
* receive the normal processing applied to raw text (such as stemming).
*/
boolean isFromQuery();