Skip to content

Commit 8000d52

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 8451909 commit 8000d52

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

server/src/test/java/org/elasticsearch/index/codec/tsdb/TsdbDocValueBwcTests.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,7 @@ private IndexWriterConfig getTimeSeriesIndexWriterConfig(String hostnameField, S
235235

236236
// A hacky way to figure out whether doc values format is written in what version. Need to use reflection, because
237237
// PerFieldDocValuesFormat hides the doc values formats it wraps.
238-
private void assertOldDocValuesFormatVersion(DirectoryReader reader) throws NoSuchFieldException, IllegalAccessException,
239-
IOException {
238+
private void assertOldDocValuesFormatVersion(DirectoryReader reader) throws NoSuchFieldException, IllegalAccessException, IOException {
240239
if (System.getSecurityManager() != null) {
241240
// With jvm version 24 entitlements are used and security manager is nog longer used.
242241
// Making this assertion work with security manager requires granting the entire test codebase privileges to use
@@ -256,8 +255,8 @@ private void assertOldDocValuesFormatVersion(DirectoryReader reader) throws NoSu
256255
}
257256
}
258257

259-
private void assertNewDocValuesFormatVersion(DirectoryReader reader) throws NoSuchFieldException, IllegalAccessException,
260-
IOException, ClassNotFoundException {
258+
private void assertNewDocValuesFormatVersion(DirectoryReader reader) throws NoSuchFieldException, IllegalAccessException, IOException,
259+
ClassNotFoundException {
261260
if (System.getSecurityManager() != null) {
262261
// With jvm version 24 entitlements are used and security manager is nog longer used.
263262
// Making this assertion work with security manager requires granting the entire test codebase privileges to use

0 commit comments

Comments
 (0)