ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/TimerTask.java
(Generate patch)

Comparing jsr166/src/main/java/util/TimerTask.java (file contents):
Revision 1.1 by dl, Mon Jan 19 15:56:47 2004 UTC vs.
Revision 1.2 by jsr166, Wed Feb 18 03:47:33 2004 UTC

# Line 1 | Line 1
1   /*
2 < * @(#)TimerTask.java   1.9 03/12/19
2 > * %W% %E%
3   *
4   * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
5   * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
# Line 11 | Line 11 | package java.util;
11   * A task that can be scheduled for one-time or repeated execution by a Timer.
12   *
13   * @author  Josh Bloch
14 < * @version 1.9, 12/19/03
14 > * @version %I%, %G%
15   * @see     Timer
16   * @since   1.3
17   */
# Line 122 | Line 122 | public abstract class TimerTask implemen
122       *       // Perform the task
123       *   }
124       * </pre>
125 <
125 >     *
126       * This method is typically <i>not</i> used in conjunction with
127       * <i>fixed-delay execution</i> repeating tasks, as their scheduled
128       * execution times are allowed to drift over time, and so are not terribly

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines