diff --git a/jdk/src/java.base/share/classes/java/util/Timer.java b/jdk/src/java.base/share/classes/java/util/Timer.java index 49ca6ed0d64..770d9f9df8b 100644 --- a/jdk/src/java.base/share/classes/java/util/Timer.java +++ b/jdk/src/java.base/share/classes/java/util/Timer.java @@ -447,7 +447,7 @@ public class Timer { * is the number of tasks in the queue and c is the number of cancelled * tasks. * - *

Note that it is permissible to call this method from within a + *

Note that it is permissible to call this method from within * a task scheduled on this timer. * * @return the number of tasks removed from the queue.