We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a9f15 commit a8123efCopy full SHA for a8123ef
1 file changed
src/com/winterbe/java8/samples/concurrent/Atomic1.java
@@ -65,6 +65,8 @@ private static void testIncrement() {
65
ConcurrentUtils.stop(executor);
66
67
System.out.format("Increment: Expected=%d; Is=%d\n", NUM_INCREMENTS, atomicInt.get());
68
+
69
+ //this is my second comment
70
}
71
72
0 commit comments