Skip to content

Commit b6857e9

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 108fc9a commit b6857e9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

server/src/main/java/org/elasticsearch/index/store/FsDirectoryFactory.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ public class FsDirectoryFactory implements IndexStorePlugin.DirectoryFactory {
5050
try {
5151
value = Integer.parseInt(prop); // ensure it's a valid integer
5252
} catch (NumberFormatException e) {
53-
Log.warn(
54-
() -> "unable to parse system property [" + SHARED_ARENA_MAX_PERMITS_SYSPROP + "] with value [" + prop + "]",
55-
e
56-
);
53+
Log.warn(() -> "unable to parse system property [" + SHARED_ARENA_MAX_PERMITS_SYSPROP + "] with value [" + prop + "]", e);
5754
}
5855
}
5956
sharedArenaMaxPermits = value; // default to 1

0 commit comments

Comments
 (0)