Skip to content

Commit d14cac7

Browse files
elasticsearchmachinejavanna
authored andcommitted
[CI] Auto commit changes from spotless
1 parent fd6c01f commit d14cac7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

server/src/main/java/org/elasticsearch/lucene/queries/SpanMatchNoDocsQuery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* A {@link SpanQuery} that matches no documents.
2727
*/
28-
//TODO is this still needed?
28+
// TODO is this still needed?
2929
public class SpanMatchNoDocsQuery extends SpanQuery {
3030
private final String field;
3131
private final String reason;

server/src/test/java/org/elasticsearch/index/query/SpanTermQueryBuilderTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import org.elasticsearch.common.ParsingException;
1919
import org.elasticsearch.index.mapper.IdFieldMapper;
2020
import org.elasticsearch.index.mapper.MappedFieldType;
21-
import org.elasticsearch.lucene.queries.SpanMatchNoDocsQuery;
2221
import org.elasticsearch.xcontent.json.JsonStringEncoder;
2322

2423
import java.io.IOException;

0 commit comments

Comments
 (0)