Skip to content

Commit 02e9358

Browse files
committed
Handled TODO
Signed-off-by: Owais <owaiskazi19@gmail.com>
1 parent dc11a9f commit 02e9358

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/opensearch/flowframework/FlowFrameworkPlugin.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ public Collection<Object> createComponents(
136136
) {
137137
Settings settings = environment.settings();
138138
flowFrameworkSettings = new FlowFrameworkSettings(clusterService, settings);
139-
// TODO: Commented out to compile. Uncomment out when ML Commons is on alpha1
140-
MachineLearningNodeClient mlClient = null; // new MachineLearningNodeClient(client);
139+
MachineLearningNodeClient mlClient = new MachineLearningNodeClient(client);
141140
SdkClient sdkClient = SdkClientFactory.createSdkClient(
142141
client,
143142
xContentRegistry,

0 commit comments

Comments
 (0)