/[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.10 by mark, Sun Mar 3 10:53:17 2002 UTC revision 1.11 by mkoch, Fri Jun 27 22:20:49 2003 UTC
# Line 601  public class Timer Line 601  public class Timer
601     * Tells the scheduler that the Timer task died     * Tells the scheduler that the Timer task died
602     * so there will be no more new tasks scheduled.     * so there will be no more new tasks scheduled.
603     */     */
604    protected void finalize()    protected void finalize() throws Throwable
605    {    {
606      queue.setNullOnEmpty(true);      queue.setNullOnEmpty(true);
607    }    }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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