--- jsr166/src/test/tck/AtomicLongFieldUpdaterTest.java 2009/12/01 09:56:28 1.17 +++ jsr166/src/test/tck/AtomicLongFieldUpdaterTest.java 2010/10/09 19:30:34 1.18 @@ -59,7 +59,7 @@ public class AtomicLongFieldUpdaterTest } /** - * get returns the last value set or assigned + * get returns the last value set or assigned */ public void testGetSet() { AtomicLongFieldUpdater a; @@ -77,7 +77,7 @@ public class AtomicLongFieldUpdaterTest } /** - * get returns the last value lazySet by same thread + * get returns the last value lazySet by same thread */ public void testGetLazySet() { AtomicLongFieldUpdater a; @@ -162,7 +162,7 @@ public class AtomicLongFieldUpdaterTest } /** - * getAndSet returns previous value and sets to given value + * getAndSet returns previous value and sets to given value */ public void testGetAndSet() { AtomicLongFieldUpdater a; @@ -248,7 +248,7 @@ public class AtomicLongFieldUpdaterTest } /** - * decrementAndGet decrements and returns current value + * decrementAndGet decrements and returns current value */ public void testDecrementAndGet() { AtomicLongFieldUpdater a;