--- jsr166/src/test/tck/AtomicReferenceFieldUpdaterTest.java 2010/09/16 00:52:49 1.19 +++ jsr166/src/test/tck/AtomicReferenceFieldUpdaterTest.java 2011/05/27 19:39:07 1.22 @@ -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. */ @@ -34,7 +34,6 @@ public class AtomicReferenceFieldUpdater } catch (RuntimeException success) {} } - /** * construction with field not of given type throws RuntimeException */ @@ -60,7 +59,7 @@ public class AtomicReferenceFieldUpdater } /** - * get returns the last value set or assigned + * get returns the last value set or assigned */ public void testGetSet() { AtomicReferenceFieldUpdatera; @@ -78,7 +77,7 @@ public class AtomicReferenceFieldUpdater } /** - * get returns the last value lazySet by same thread + * get returns the last value lazySet by same thread */ public void testGetLazySet() { AtomicReferenceFieldUpdatera;