--- jsr166/src/test/tck/AtomicLongFieldUpdaterTest.java 2010/10/09 19:30:34 1.18 +++ jsr166/src/test/tck/AtomicLongFieldUpdaterTest.java 2011/05/27 19:39:07 1.20 @@ -1,7 +1,7 @@ /* * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain, as explained at - * http://creativecommons.org/licenses/publicdomain + * http://creativecommons.org/publicdomain/zero/1.0/ * Other contributors include Andrew Wright, Jeffrey Hayes, * Pat Fisher, Mike Judd. */ @@ -94,7 +94,6 @@ public class AtomicLongFieldUpdaterTest assertEquals(-3,a.get(this)); } - /** * compareAndSet succeeds in changing value if equal to expected else fails */ @@ -115,7 +114,6 @@ public class AtomicLongFieldUpdaterTest assertEquals(7,a.get(this)); } - /** * compareAndSet in one thread enables another waiting for value * to succeed