We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5890113 commit 0ab982eCopy full SHA for 0ab982e
examples/dh-5-example/src/main/java/org/example/RunFlowWithCustomHubConfig.java
@@ -17,7 +17,7 @@ public static void main(String[] args) {
17
final String password = args[2];
18
final String inputFilePath = args[3];
19
20
- HubConfigImpl hubConfig = new HubConfigImpl();
+ HubConfigImpl hubConfig = HubConfigImpl.withDefaultProperties();
21
hubConfig.setHost(host);
22
hubConfig.setMlUsername(username);
23
hubConfig.setMlPassword(password);
0 commit comments