Name: rmT116609 Date: 06/10/2003
A DESCRIPTION OF THE PROBLEM :
The word "for" is repeated in the descriptions of the two scheduleAtFixedRate methods. (eg. "It is also appropriate FOR FOR recurring..." ).
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Take out one of the "for"'s
ACTUAL -
"It is also appropriate for recurring..."
URL OF FAULTY DOCUMENTATION :
http://java.sun.com/j2se/1.4.2/docs/api/java/util/Timer.html#scheduleAtFixedRate(java.util.TimerTask,%20java.util.Date,%20long)
http://java.sun.com/j2se/1.4.2/docs/api/java/util/Timer.html#schedule(java.util.TimerTask,%20long,%20long)
(Review ID: 187493)
======================================================================
- duplicates
-
JDK-4996203 100 embarrassing Core Library doc "stutter" typos
- Resolved