Name: rmT116609 Date: 04/20/2003
DESCRIPTION OF THE PROBLEM :
Most of the last paragraph of the class Javadoc is in italics. Only the word "not" should be. Sources:
* Note that this interface does <i>not</t> contain the <tt>clone</tt> method.
Mismatched close tag.
EXPECTED VERSUS ACTUAL BEHAVIOR :
* Note that this interface does <i>not</i> contain the <tt>clone</tt> method.
or perhaps
* Note that this interface does <em>not</em> contain the <tt>clone</tt> method.
* Note that this interface does <i>not</t> contain the <tt>clone</tt> method.
http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Cloneable.html
(Review ID: 184442)
======================================================================
- duplicates
-
JDK-4979962 Fix up core library doc bugs found by DocCheck
-
- Resolved
-