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 cd1f776 commit 6a230b6Copy full SHA for 6a230b6
harness/java/io/temporal/sdkfeatures/Runner.java
@@ -80,7 +80,8 @@ public static class Config {
80
}
81
feature.workflowServiceOptions(serviceBuild);
82
final var serviceOptions = serviceBuild.build();
83
- final var directServiceOptions = serviceBuild.setTarget(config.serverHostPort).setSslContext(config.sslContext).build();
+ final var directServiceOptions =
84
+ serviceBuild.setTarget(config.serverHostPort).setSslContext(config.sslContext).build();
85
86
service = WorkflowServiceStubs.newConnectedServiceStubs(serviceOptions, Duration.ofSeconds(10));
87
// Shutdown service on failure
0 commit comments