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

Comparing jsr166/src/test/tck/AtomicStampedReferenceTest.java (file contents):
Revision 1.6 by dl, Sun Dec 28 21:56:18 2003 UTC vs.
Revision 1.7 by dl, Mon Dec 29 19:05:40 2003 UTC

# Line 18 | Line 18 | public class AtomicStampedReferenceTest
18      }
19      
20      /**
21 <     * constructeor initializes to given reference and stamp
21 >     * constructor initializes to given reference and stamp
22       */
23      public void testConstructor(){
24          AtomicStampedReference ai = new AtomicStampedReference(one, 0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines