8143858: typo in Timer.purge() doc
authorsmarks
Wed, 02 Dec 2015 14:18:26 -0800
changeset 34391 1467e5273cce
parent 34390 feb9879cd993
child 34392 ae4033cd28f4
8143858: typo in Timer.purge() doc Reviewed-by: darcy
jdk/src/java.base/share/classes/java/util/Timer.java
--- a/jdk/src/java.base/share/classes/java/util/Timer.java	Wed Dec 02 21:32:40 2015 +0100
+++ b/jdk/src/java.base/share/classes/java/util/Timer.java	Wed Dec 02 14:18:26 2015 -0800
@@ -447,7 +447,7 @@
      * is the number of tasks in the queue and c is the number of cancelled
      * tasks.
      *
-     * <p>Note that it is permissible to call this method from within a
+     * <p>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.