Skip to content

Commit 1d5d246

Browse files
committed
Fix whitespace in Security.java
1 parent f5a79af commit 1d5d246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/elasticsearch/bootstrap/Security.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ static void configure(Environment environment, boolean filterBadDefaults) throws
119119
Policy.setPolicy(new ESPolicy(createPermissions(environment), getPluginPermissions(environment), filterBadDefaults));
120120

121121
// enable security manager
122-
final String[] classesThatCanExit = new String[] { ElasticsearchUncaughtExceptionHandler.class.getName(), Command.class.getName()};
122+
final String[] classesThatCanExit = new String[]{ElasticsearchUncaughtExceptionHandler.class.getName(), Command.class.getName()};
123123
System.setSecurityManager(new SecureSM(classesThatCanExit));
124124

125125
// do some basic tests

0 commit comments

Comments
 (0)