aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOla Aunrønning <olaa@verizonmedia.com>2021-12-20 11:28:36 +0100
committerGitHub <noreply@github.com>2021-12-20 11:28:36 +0100
commit97032c6ab3c231cb454fbf5cbe3817de9d78bbf0 (patch)
treeb09c122c9432aeb7cea19becf068cfeb601e87b3
parent92e4e390c795481247aef8eb44479a8ab028aa1b (diff)
Update container-search/src/main/java/com/yahoo/search/query/QueryTree.java
Co-authored-by: Jon Bratseth <bratseth@oath.com>
-rw-r--r--container-search/src/main/java/com/yahoo/search/query/QueryTree.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-search/src/main/java/com/yahoo/search/query/QueryTree.java b/container-search/src/main/java/com/yahoo/search/query/QueryTree.java
index dab481dc842..35b46c2872d 100644
--- a/container-search/src/main/java/com/yahoo/search/query/QueryTree.java
+++ b/container-search/src/main/java/com/yahoo/search/query/QueryTree.java
@@ -181,7 +181,7 @@ public class QueryTree extends CompositeItem {
}
/**
- * @return The total number of items in this query tree
+ * Returns the total number of items in this query tree.
*/
public int getTreeSize() {
if (isEmpty()) return 0;