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

Comparing jsr166/src/test/tck/CountDownLatchTest.java (file contents):
Revision 1.24 by jsr166, Sat May 13 23:50:00 2017 UTC vs.
Revision 1.25 by jsr166, Sun May 14 01:37:52 2017 UTC

# Line 104 | Line 104 | public class CountDownLatchTest extends
104      }
105  
106      /**
107 <     * await throws IE if interrupted before counted down
107 >     * await throws InterruptedException if interrupted before counted down
108       */
109      public void testAwait_Interruptible() {
110          final CountDownLatch l = new CountDownLatch(1);
# Line 135 | Line 135 | public class CountDownLatchTest extends
135      }
136  
137      /**
138 <     * timed await throws IE if interrupted before counted down
138 >     * timed await throws InterruptedException if interrupted before counted down
139       */
140      public void testTimedAwait_Interruptible() {
141          final CountDownLatch l = new CountDownLatch(1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines