Skip to content

Commit c7122e5

Browse files
committed
Feedback
1 parent 5d7d703 commit c7122e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/MachineLearning.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public class MachineLearning extends Plugin implements ActionPlugin, AnalysisPlu
303303
public static final Setting<Boolean> ML_ENABLED =
304304
Setting.boolSetting("node.ml", XPackSettings.MACHINE_LEARNING_ENABLED, Property.NodeScope);
305305

306-
static DiscoveryNodeRole ML_ROLE = new DiscoveryNodeRole("ml", "l") {
306+
public static final DiscoveryNodeRole ML_ROLE = new DiscoveryNodeRole("ml", "l") {
307307

308308
@Override
309309
protected Setting<Boolean> roleSetting() {

0 commit comments

Comments
 (0)