Skip to content

Commit bfe9209

Browse files
committed
remove duplicate comment
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent dff2e9d commit bfe9209

File tree

1 file changed

+0
-1
lines changed
  • core/src/main/java/io/temporal/samples/packetdelivery

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public static void main(String[] args) {
3737
// more
3838
while (true) {
3939
sleep(3);
40-
// for "fun", reverse the list we get from delivery confirmation list
4140
List<Packet> packets = workflow.deliveryConfirmationPackets();
4241
if (packets.isEmpty()) {
4342
break;

0 commit comments

Comments
 (0)