Skip to content

Commit f155836

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 6e31623 commit f155836

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

x-pack/plugin/old-lucene-versions/src/main/java/org/elasticsearch/xpack/lucene/bwc/codecs/BWCCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public abstract class BWCCodec extends Codec {
4949
protected BWCCodec(String name) {
5050
super(name);
5151

52-
this.fieldInfosFormat = new FieldInfosFormat() {
52+
this.fieldInfosFormat = new FieldInfosFormat() {
5353
final FieldInfosFormat wrappedFormat = originalFieldInfosFormat();
5454

5555
@Override

x-pack/plugin/old-lucene-versions/src/main/java/org/elasticsearch/xpack/lucene/bwc/codecs/lucene70/BWCLucene70Codec.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ protected SegmentInfoFormat originalSegmentInfoFormat() {
6565
return new Lucene70SegmentInfoFormat();
6666
}
6767

68-
6968
@Override
7069
public StoredFieldsFormat storedFieldsFormat() {
7170
return storedFieldsFormat;

0 commit comments

Comments
 (0)