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:
Michael Busch 2009-08-26 23:46:05 +00:00
parent c7117f4e73
commit d30ed14e4d
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ PARSER_END(QueryParser)
}
<DEFAULT> SKIP : {
<<_WHITESPACE>>
< <_WHITESPACE>>
}
/* Operator tokens (in increasing order of precedence): */