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 f6f3ce1 commit a232e1eCopy full SHA for a232e1e
core/src/main/java/io/temporal/samples/autoheartbeat/AutoActivitiesImpl.java
@@ -37,7 +37,6 @@ public String runActivityTwo(String input) {
37
38
@SuppressWarnings("FutureReturnValueIgnored")
39
private String runActivity(String input) {
40
- // Calculate heartbeat period based on our heartbeat timeout
41
// Start Autoheartbeater
42
AutoHeartbeater autoHearbeater =
43
new AutoHeartbeater(
0 commit comments