<i18n dev> RFR: 8325505: Fix Javadoc ResourceBundle::getString
Justin Lu
jlu at openjdk.org
Thu Feb 8 17:25:04 UTC 2024
On Wed, 10 Jan 2024 12:35:56 GMT, Thiago Henrique Hüpner <duke at openjdk.org> wrote:
> 8325505: Fix Javadoc ResourceBundle::getString
Thanks for the fix, looks correct. In addition to the other comment I left, can you also bump the latter copyright year at the top of the file to 2024.
src/java.base/share/classes/java/util/ResourceBundle.java line 511:
> 509: * Calling this method is equivalent to calling
> 510: * {@snippet lang=java :
> 511: * // @link substring="getObject" target="#getObject(java.lang.String)"
Can you do a drive-by update for the comment in the snippet here,
Suggestion:
* // @link substring="getObject" target="#getObject(java.lang.String)" :
and also for the one in `getStringArray(String key)`
-------------
PR Review: https://git.openjdk.org/jdk/pull/17346#pullrequestreview-1870826863
PR Review Comment: https://git.openjdk.org/jdk/pull/17346#discussion_r1483334818
More information about the i18n-dev
mailing list