- Removed tabs and extra spaces

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@466016 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2006-10-20 07:09:06 +00:00
parent d969f3ce2e
commit 59d5576068
1 changed files with 5 additions and 6 deletions

View File

@ -79,7 +79,6 @@ public class SpanOrQuery extends SpanQuery {
} }
} }
public Query rewrite(IndexReader reader) throws IOException { public Query rewrite(IndexReader reader) throws IOException {
SpanOrQuery clone = null; SpanOrQuery clone = null;
for (int i = 0 ; i < clauses.size(); i++) { for (int i = 0 ; i < clauses.size(); i++) {