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

Comparing jsr166/src/test/tck/ReentrantReadWriteLockTest.java (file contents):
Revision 1.6 by dl, Mon Nov 10 13:32:08 2003 UTC vs.
Revision 1.8 by dl, Fri Dec 19 14:44:25 2003 UTC

# Line 56 | Line 56 | public class ReentrantReadWriteLockTest
56          public Collection<Thread> getQueuedThreads() {
57              return super.getQueuedThreads();
58          }
59 <        public WriterConditionObject newCondition() {
59 >        public PublicCondition newCondition() {
60              return new PublicCondition(this);
61          }
62  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines