Skip to content

Commit fcfb2d4

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d58fe6c commit fcfb2d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

libs/entitlement/src/main/java/org/elasticsearch/entitlement/initialization/EntitlementInitialization.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,10 @@ private static PolicyManager createPolicyManager() {
128128
),
129129
new Scope("org.apache.httpcomponents.httpclient", List.of(new OutboundNetworkEntitlement())),
130130
new Scope("io.netty.transport", List.of(new InboundNetworkEntitlement(), new OutboundNetworkEntitlement())),
131-
new Scope("org.apache.lucene.core", List.of(new LoadNativeLibrariesEntitlement(), new CreateThreadEntitlement(), new InterruptThreadEntitlement())),
131+
new Scope(
132+
"org.apache.lucene.core",
133+
List.of(new LoadNativeLibrariesEntitlement(), new CreateThreadEntitlement(), new InterruptThreadEntitlement())
134+
),
132135
new Scope("org.elasticsearch.nativeaccess", List.of(new LoadNativeLibrariesEntitlement()))
133136
)
134137
);

0 commit comments

Comments
 (0)