From d30ed14e4d518ffb8dbc9472db2c5634a6e31044 Mon Sep 17 00:00:00 2001 From: Michael Busch Date: Wed, 26 Aug 2009 23:46:05 +0000 Subject: [PATCH] LUCENE-1851: Commit accidentially omitted fix to surround/parser/QueryParser.jj. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808224 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/lucene/queryParser/surround/parser/QueryParser.jj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.jj b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.jj index 84a78e82833..65325676138 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.jj +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.jj @@ -184,7 +184,7 @@ PARSER_END(QueryParser) } SKIP : { - <<_WHITESPACE>> + < <_WHITESPACE>> } /* Operator tokens (in increasing order of precedence): */