Skip to content

Commit 0271265

Browse files
committed
add comment
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
1 parent 126ec11 commit 0271265

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/main/java/io/temporal/samples/packetdelivery/PacketDeliveryWorkflowImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public String execute() {
3434
packetsDelivered.add(delivery.getDelivered());
3535
}
3636

37+
// Wait for all packet deliveries to complete
3738
Promise.allOf(packetsDelivered).get();
3839
return "completed";
3940
}

0 commit comments

Comments
 (0)