Skip to content

Commit 7759ee0

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 9502d68 commit 7759ee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server/src/main/java/org/elasticsearch/action/ActionModule.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -651,9 +651,9 @@ public <Request extends ActionRequest, Response extends ActionResponse> void reg
651651
}
652652
ActionRegistry actions = new ActionRegistry();
653653

654-
// if (ReadinessService.enabled(environment)) {
655-
// actions.register(TransportReadinessAction.TYPE, TransportReadinessAction.class);
656-
// }
654+
// if (ReadinessService.enabled(environment)) {
655+
// actions.register(TransportReadinessAction.TYPE, TransportReadinessAction.class);
656+
// }
657657

658658
actions.register(TransportNodesInfoAction.TYPE, TransportNodesInfoAction.class);
659659
actions.register(TransportNodeUsageStatsForThreadPoolsAction.TYPE, TransportNodeUsageStatsForThreadPoolsAction.class);

0 commit comments

Comments
 (0)