/[classpath]/classpath/java/util/Timer.java
ViewVC logotype

Diff of /classpath/java/util/Timer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by jfrijters, Thu Dec 2 13:17:21 2004 UTC revision 1.15 by jfrijters, Tue Dec 7 15:48:56 2004 UTC
# Line 345  public class Timer Line 345  public class Timer
345                  }                  }
346                catch (ThreadDeath death)                catch (ThreadDeath death)
347                  {                  {
348                      // If an exception escapes, the Timer becomes invalid.
349                      queue.stop();
350                    throw death;                    throw death;
351                  }                  }
352                catch (Throwable t)                catch (Throwable t)
353                  {                                {
354                    /* ignore all errors */                    // If an exception escapes, the Timer becomes invalid.
355                      queue.stop();
356                  }                  }
357              }              }
358    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26