From 2b8f5ec7859fb8a63488f3ce139d0b4b3610f7ff Mon Sep 17 00:00:00 2001 From: Stuart Marks Date: Wed, 2 Dec 2015 14:18:26 -0800 Subject: [PATCH] 8143858: typo in Timer.purge() doc Reviewed-by: darcy --- jdk/src/java.base/share/classes/java/util/Timer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.