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