8143858: typo in Timer.purge() doc

Reviewed-by: darcy
This commit is contained in:
Stuart Marks 2015-12-02 14:18:26 -08:00
parent dc93a924ee
commit 2b8f5ec785

View File

@ -447,7 +447,7 @@ public class Timer {
* 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.