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

Comparing jsr166/src/test/tck/ExecutorsTest.java (file contents):
Revision 1.52 by dl, Sat Feb 1 16:45:50 2020 UTC vs.
Revision 1.53 by jsr166, Sat Feb 1 17:44:35 2020 UTC

# Line 283 | Line 283 | public class ExecutorsTest extends JSR16
283              public void realRun() throws InterruptedException {
284                  try {
285                      delay(LONG_DELAY_MS);
286 <                } catch(InterruptedException OK) {
286 >                } catch (InterruptedException OK) {
287                  }
288              }};
289  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines