On Wed, 10 Jan 2024 12:35:56 GMT, Thiago Henrique Hüpner <d...@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