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

Comparing jsr166/src/test/tck/ScheduledExecutorTest.java (file contents):
Revision 1.26 by jsr166, Sat Nov 21 02:07:27 2009 UTC vs.
Revision 1.27 by jsr166, Sat Nov 21 17:38:05 2009 UTC

# Line 667 | Line 667 | public class ScheduledExecutorTest exten
667                        public String call() {
668                            try {
669                                latch.await();
670 <                          } catch (InterruptedException ok) {}
670 >                          } catch (InterruptedException quittingTime) {}
671                            return TEST_STRING;
672                        }});
673              l.add(null);
# Line 851 | Line 851 | public class ScheduledExecutorTest exten
851                        public String call() {
852                            try {
853                                latch.await();
854 <                          } catch (InterruptedException ok) {}
854 >                          } catch (InterruptedException quittingTime) {}
855                            return TEST_STRING;
856                        }});
857              l.add(null);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines