--- jsr166/src/main/java/util/TimerTask.java 2004/01/19 15:56:47 1.1 +++ jsr166/src/main/java/util/TimerTask.java 2004/02/18 03:47:33 1.2 @@ -1,5 +1,5 @@ /* - * @(#)TimerTask.java 1.9 03/12/19 + * %W% %E% * * Copyright 2004 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. @@ -11,7 +11,7 @@ package java.util; * A task that can be scheduled for one-time or repeated execution by a Timer. * * @author Josh Bloch - * @version 1.9, 12/19/03 + * @version %I%, %G% * @see Timer * @since 1.3 */ @@ -122,7 +122,7 @@ public abstract class TimerTask implemen * // Perform the task * } * - + * * This method is typically not used in conjunction with * fixed-delay execution repeating tasks, as their scheduled * execution times are allowed to drift over time, and so are not terribly