<i18n dev> RFR: 8300794: Use @snippet in java.util:i18n [v2]

Justin Lu jlu at openjdk.org
Thu May 11 20:39:58 UTC 2023


On Thu, 11 May 2023 20:21:55 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review: Move links on top, fix indentation in example
>
> src/java.base/share/classes/java/util/ResourceBundle.java line 512:
> 
>> 510:      * Calling this method is equivalent to calling
>> 511:      * {@snippet lang=java :
>> 512:      *     (String[]) getObject(key); // @link substring="getObject" target="#getObject(java.lang.String)"
> 
> `// @link` can be a separate line, placed on top of the target text

Thanks for the review, moved the links on top, and fixed the indentation in the example snippet.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13920#discussion_r1191663234


More information about the i18n-dev mailing list