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

Comparing jsr166/src/test/tck/ReentrantLockTest.java (file contents):
Revision 1.37 by jsr166, Thu Sep 16 00:52:49 2010 UTC vs.
Revision 1.38 by jsr166, Sat Oct 9 19:30:35 2010 UTC

# Line 413 | Line 413 | public class ReentrantLockTest extends J
413      }
414  
415      /**
416 <     *  timed await without a signal times out
416 >     * timed await without a signal times out
417       */
418      public void testAwait_Timeout() throws InterruptedException {
419          final ReentrantLock lock = new ReentrantLock();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines