aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query/parser/Parser.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2019-04-08 12:24:19 +0200
committerGitHub <noreply@github.com>2019-04-08 12:24:19 +0200
commitdda32fff6ffc7ffd4dd3686cfd940c0c132085b6 (patch)
treef232c3e29701395c65cf9af0b691b823bd3c0bbf /container-search/src/main/java/com/yahoo/search/query/parser/Parser.java
parentb8f02d9ef033d418764d1af6ebfd773fb2673086 (diff)
Revert "Revert "Better heuristics for negative numbers""
Diffstat (limited to 'container-search/src/main/java/com/yahoo/search/query/parser/Parser.java')
-rw-r--r--container-search/src/main/java/com/yahoo/search/query/parser/Parser.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/container-search/src/main/java/com/yahoo/search/query/parser/Parser.java b/container-search/src/main/java/com/yahoo/search/query/parser/Parser.java
index 32c386f0e32..b3d79f65df4 100644
--- a/container-search/src/main/java/com/yahoo/search/query/parser/Parser.java
+++ b/container-search/src/main/java/com/yahoo/search/query/parser/Parser.java
@@ -15,8 +15,7 @@ public interface Parser {
* {@link QueryTree}. If parsing fails without an exception, the contained
* root will be an instance of {@link com.yahoo.prelude.query.NullItem}.
*
- * @param query
- * the Parsable to parse
+ * @param query the Parsable to parse
* @return the parsed QueryTree, never null
*/
QueryTree parse(Parsable query);