summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-04-08 11:26:26 +0200
committerGitHub <noreply@github.com>2019-04-08 11:26:26 +0200
commitba415d216374f974dde970a1cc39ba4212a18d01 (patch)
treee451c80ee08a70b4d8e3829e5c7daf191bf18b60 /container-search/src/main/java/com/yahoo/search/query
parentf2cebf8fc201dac284499ce45d6f26f4ffe39983 (diff)
Revert "Better heuristics for negative numbers"
Diffstat (limited to 'container-search/src/main/java/com/yahoo/search/query')
-rw-r--r--container-search/src/main/java/com/yahoo/search/query/parser/Parser.java3
1 files changed, 2 insertions, 1 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 b3d79f65df4..32c386f0e32 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,7 +15,8 @@ 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);