Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed Sep 30, 2024
1 parent c5580da commit acf4d09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ private void roundTripSyntheticSource(DocumentMapper mapper, String syntheticSou
String roundTripSyntheticSource = syntheticSource(mapper, roundTripReader, doc.docs().size() - 1);
assertThat(roundTripSyntheticSource, equalTo(syntheticSource));
// TODO: the introduction of offset field fails validation as this is currently not expected
// validateRoundTripReader(syntheticSource, reader, roundTripReader);
// validateRoundTripReader(syntheticSource, reader, roundTripReader);
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
import org.elasticsearch.index.IndexSettings;
import org.elasticsearch.index.IndexVersion;
import org.elasticsearch.index.IndexVersions;
import org.elasticsearch.index.MapperTestUtils;
import org.elasticsearch.index.fielddata.FieldDataContext;
import org.elasticsearch.index.fielddata.IndexFieldData;
import org.elasticsearch.index.fielddata.IndexFieldDataCache;
Expand Down

0 comments on commit acf4d09

Please sign in to comment.