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

Comparing jsr166/src/test/tck/TimeUnitTest.java (file contents):
Revision 1.11 by jsr166, Mon Nov 16 04:57:10 2009 UTC vs.
Revision 1.12 by jsr166, Mon Nov 16 05:30:08 2009 UTC

# Line 410 | Line 410 | public class TimeUnitTest extends JSR166
410                                  public void run() {
411                                      try {
412                                          Thread.sleep(MEDIUM_DELAY_MS);
413 <                                    } catch (InterruptedException success){}
413 >                                    } catch (InterruptedException success) {}
414                                  }
415                              });
416                          s.start();
# Line 473 | Line 473 | public class TimeUnitTest extends JSR166
473              TimeUnit r = (TimeUnit)in.readObject();
474  
475              assertEquals(q.toString(), r.toString());
476 <        } catch (Exception e){
476 >        } catch (Exception e) {
477              e.printStackTrace();
478              unexpectedException();
479          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines