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

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

# Line 716 | Line 716 | public class ScheduledExecutorSubclassTe
716                        public String call() {
717                            try {
718                                latch.await();
719 <                          } catch (InterruptedException ok) {}
719 >                          } catch (InterruptedException quittingTime) {}
720                            return TEST_STRING;
721                        }});
722              l.add(null);
# Line 900 | Line 900 | public class ScheduledExecutorSubclassTe
900                        public String call() {
901                            try {
902                                latch.await();
903 <                          } catch (InterruptedException ok) {}
903 >                          } catch (InterruptedException quittingTime) {}
904                            return TEST_STRING;
905                        }});
906              l.add(null);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines