mirror of https://github.com/apache/lucene.git
- 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:
parent
d969f3ce2e
commit
59d5576068
|
@ -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++) {
|
||||||
|
|
Loading…
Reference in New Issue