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.28 by jsr166, Tue Dec 1 09:48:12 2009 UTC

# Line 178 | Line 178 | public class ScheduledExecutorTest exten
178          }
179  
180          joinPool(se);
181
181      }
182  
183      /**
# Line 667 | Line 666 | public class ScheduledExecutorTest exten
666                        public String call() {
667                            try {
668                                latch.await();
669 <                          } catch (InterruptedException ok) {}
669 >                          } catch (InterruptedException quittingTime) {}
670                            return TEST_STRING;
671                        }});
672              l.add(null);
# Line 851 | Line 850 | public class ScheduledExecutorTest exten
850                        public String call() {
851                            try {
852                                latch.await();
853 <                          } catch (InterruptedException ok) {}
853 >                          } catch (InterruptedException quittingTime) {}
854                            return TEST_STRING;
855                        }});
856              l.add(null);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines