JDK-5109990 : Typo in javadoc for constructor CharArrayReader(char[] buf, int offset, int leng
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 5.0u1
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-10-01
  • Updated: 2012-10-09
  • Resolved: 2005-01-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b21Fixed
Related Reports
Relates :  
Description
It would be good to close a tag <tt> in the javadoc description
for public CharArrayReader(char[] buf, int offset, int length) constructor:

<tt>buf.length-offset<tt>  -->  <tt>buf.length-offset</tt>
                     ^^^^ 
###@###.### 2004-10-01

Comments
EVALUATION typo in api What is the URL? ###@###.### 10/6/04 23:26 GMT ###@###.### 10/22/04 21:39 GMT Typo fixed in http://java.sun.com/j2se/1.5.0/docs/api/java/io/CharArrayReader.html. ###@###.### 11/11/04 ###@###.### 2004-11-11 20:20:30 GMT
06-10-2004