RFR[8245658]: 'Arrays.java has two occurrences of bad unicode constants in Javadoc.'
Daniel Fuchs
daniel.fuchs at oracle.com
Fri May 29 13:06:13 UTC 2020
Looks good to me Conor!
best regards,
-- daniel
On 29/05/2020 10:37, Conor Cleary wrote:
> Hi,
>
> Could someone please review my webrev for JDK-8245658 'Arrays.java has
> two occurrences of bad unicode constants in Javadoc.'?
>
> In Arrays.java Javadoc, there were two instances of bad Unicode
> formatting where the null character constant was incorrectly specified
> with '\u000' (another zero is required). This fix displays the correct
> Unicode constants in the Javadoc so that outputted docs display '\u0000'.
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8245658
> webrev:
> http://cr.openjdk.java.net/~pconcannon/ccleary/8245658/webrevs/webrev.01/
>
>
> Regards,
> Conor
>
More information about the core-libs-dev
mailing list