RFR: 8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base
Julia Boes
julia.boes at oracle.com
Mon Sep 23 18:17:03 UTC 2019
Hi Brent,
I was able to generate a webrev without any missing sdiffs (using gawk
instead of awk with webrev.ksh) and made the requested changes below.
>> src/java.base/share/classes/java/util/ResourceBundle.java
>
> I believe the <code> tag spanning L2801-2 can be changed:
>
> 2801 * <li>Special cases for Norwegian. Both
> <code>Locale("no", "NO",
> 2802 * "NY")</code> and {@code Locale("nn", "NO")} represent
> Norwegian
>
> Same at L2818-9:
>
> 2818 * Bokmål "nb". Except for the single case
> <code>Locale("no",
> 2819 * "NO", "NY")</code> (handled above), when an input
> {@code Locale}
>
The copyright year is now updated where applicable.
Updated webrev: http://cr.openjdk.java.net/~jboes/webrevs/8231186/webrev.03/
Regards,
Julia
More information about the core-libs-dev
mailing list