Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8180691 | 10 | Stuart Marks | P5 | Resolved | Fixed | b09 |
There are a couple small errors in the String javadoc.
1) In the doc for String(byte[], int, int, int) it says:
* <p> Each {@code byte} in the subarray is converted to a {@code char} as
* specified in the method above.
The "method above" really should refer to the String(byte[], int) constructor.
2) In the doc for String(byte[] int) there is a missing space after "c" in this line:
* an array of 8-bit integer values. Each character <i>c</i>in the
1) In the doc for String(byte[], int, int, int) it says:
* <p> Each {@code byte} in the subarray is converted to a {@code char} as
* specified in the method above.
The "method above" really should refer to the String(byte[], int) constructor.
2) In the doc for String(byte[] int) there is a missing space after "c" in this line:
* an array of 8-bit integer values. Each character <i>c</i>in the
- backported by
-
JDK-8180691 small errors in String javadoc
-
- Resolved
-