mirror of https://github.com/apache/lucene.git
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
This commit is contained in:
parent
c7117f4e73
commit
d30ed14e4d
|
@ -184,7 +184,7 @@ PARSER_END(QueryParser)
|
|||
}
|
||||
|
||||
<DEFAULT> SKIP : {
|
||||
<<_WHITESPACE>>
|
||||
< <_WHITESPACE>>
|
||||
}
|
||||
|
||||
/* Operator tokens (in increasing order of precedence): */
|
||||
|
|
Loading…
Reference in New Issue