/[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.11 by mkoch, Fri Jun 27 22:20:49 2003 UTC revision 1.11.2.1 by gnu_andrew, Sat Jan 15 17:02:16 2005 UTC
# Line 376  public class Timer Line 376  public class Timer
376    
377    // Number of Timers created.    // Number of Timers created.
378    // Used for creating nice Thread names.    // Used for creating nice Thread names.
379    private static int nr = 0;    private static int nr;
380    
381    // The queue that all the tasks are put in.    // The queue that all the tasks are put in.
382    // Given to the scheduler    // Given to the scheduler

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

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