Skip to content

Commit a8123ef

Browse files
authored
very important comment
1 parent f6a9f15 commit a8123ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/com/winterbe/java8/samples/concurrent/Atomic1.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ private static void testIncrement() {
6565
ConcurrentUtils.stop(executor);
6666

6767
System.out.format("Increment: Expected=%d; Is=%d\n", NUM_INCREMENTS, atomicInt.get());
68+
69+
//this is my second comment
6870
}
6971

7072
}

0 commit comments

Comments
 (0)