Skip to content

Commit 0ab982e

Browse files
srinathgitSameeraPriyathamTadikonda
authored andcommitted
DHFPROD-6337:Fix NPE in RunFlowWithCustomHubConfig in dh-5-example project
1 parent 5890113 commit 0ab982e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dh-5-example/src/main/java/org/example/RunFlowWithCustomHubConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static void main(String[] args) {
1717
final String password = args[2];
1818
final String inputFilePath = args[3];
1919

20-
HubConfigImpl hubConfig = new HubConfigImpl();
20+
HubConfigImpl hubConfig = HubConfigImpl.withDefaultProperties();
2121
hubConfig.setHost(host);
2222
hubConfig.setMlUsername(username);
2323
hubConfig.setMlPassword(password);

0 commit comments

Comments
 (0)