On Thu, 28 Aug 2025 23:20:52 GMT, Chen Liang <li...@openjdk.org> wrote:
>> Justin Lu has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Missing space in Calendar update > > src/java.base/share/classes/java/text/DateFormat.java line 104: > >> 102: * >> 103: * <p>If the specified locale contains "ca" (calendar), "rg" (region >> override), >> 104: * and/or "tz" (timezone) {@link Locale##def_locale_extension Unicode > > `{@link}` renders in code font. Is that intended? You can use `{@linkplain}` > for plain font. You are right, these would be better as `linkplain` tags. Updated as such. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26996#discussion_r2311189574