ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/AtomicLongFieldUpdaterTest.java
(Generate patch)

Comparing jsr166/src/test/tck/AtomicLongFieldUpdaterTest.java (file contents):
Revision 1.17 by jsr166, Tue Dec 1 09:56:28 2009 UTC vs.
Revision 1.18 by jsr166, Sat Oct 9 19:30:34 2010 UTC

# Line 59 | Line 59 | public class AtomicLongFieldUpdaterTest
59      }
60  
61      /**
62 <     *  get returns the last value set or assigned
62 >     * get returns the last value set or assigned
63       */
64      public void testGetSet() {
65          AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a;
# Line 77 | Line 77 | public class AtomicLongFieldUpdaterTest
77      }
78  
79      /**
80 <     *  get returns the last value lazySet by same thread
80 >     * get returns the last value lazySet by same thread
81       */
82      public void testGetLazySet() {
83          AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a;
# Line 162 | Line 162 | public class AtomicLongFieldUpdaterTest
162      }
163  
164      /**
165 <     *  getAndSet returns previous value and sets to given value
165 >     * getAndSet returns previous value and sets to given value
166       */
167      public void testGetAndSet() {
168          AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a;
# Line 248 | Line 248 | public class AtomicLongFieldUpdaterTest
248      }
249  
250      /**
251 <     *  decrementAndGet decrements and returns current value
251 >     * decrementAndGet decrements and returns current value
252       */
253      public void testDecrementAndGet() {
254          AtomicLongFieldUpdater<AtomicLongFieldUpdaterTest> a;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines