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.25 by jsr166, Sun May 14 01:37:52 2017 UTC vs.
Revision 1.26 by jsr166, Mon May 29 22:44:26 2017 UTC

# Line 22 | Line 22 | public class CountDownLatchTest extends
22      }
23  
24      /**
25 <     * negative constructor argument throws IAE
25 >     * negative constructor argument throws IllegalArgumentException
26       */
27      public void testConstructor() {
28          try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines