On Fri, 26 Jul 2024 21:05:07 GMT, Chen Liang <li...@openjdk.org> wrote:
>> Justin Lu has updated the pull request incrementally with one additional >> commit since the last revision: >> >> reflect review > > src/java.base/share/classes/java/text/DecimalFormat.java line 438: > >> 436: * NumberFormat#getNumberInstance(Locale)}. These factories will >> return the most >> 437: * appropriate subclass of NumberFormat for a given locale. >> 438: * @see NumberFormat#getInstance() > > Suggestion: > > * @see NumberFormat#getInstance(Locale) > > and for other such links. I second @naotoj's remark. Thanks, updated. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/20361#discussion_r1693615845