Skip to content

Commit bd04fe4

Browse files
Merge branch 'ml-ccm-api-settings' of github.com:jonathan-buttner/elasticsearch into ml-ccm-api-settings
2 parents 75598e3 + 24aec24 commit bd04fe4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/action/TransportGetCCMConfigurationAction.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ public class TransportGetCCMConfigurationAction extends HandledTransportAction<
3131
private final CCMFeature ccmFeature;
3232

3333
@Inject
34-
public TransportGetCCMConfigurationAction(TransportService transportService, ActionFilters actionFilters, CCMService ccmService, CCMFeature ccmFeature) {
34+
public TransportGetCCMConfigurationAction(
35+
TransportService transportService,
36+
ActionFilters actionFilters,
37+
CCMService ccmService,
38+
CCMFeature ccmFeature
39+
) {
3540
super(
3641
GetCCMConfigurationAction.NAME,
3742
transportService,

0 commit comments

Comments
 (0)