On Fri, 9 Apr 2021 21:02:26 GMT, Naoto Sato <na...@openjdk.org> wrote:
>> src/java.base/share/classes/java/io/Console.java line 404: >> >>> 402: * >>> 403: * @return A {@code Charset} object used in this {@code Console}. >>> 404: * @since 17 >> >> A couple of minor comments: >> May replace {@code Charset} with @link; >> Add "the" to the sentence: The returned charset corresponds to "the" input... >> @return: javadoc guide suggests "do not capitalize and do not end with a >> period" when writing a phrase. But I guess for consistency in this class, >> it's okay to capitalize. > > Thanks, Joe. Modified as suggested. Thanks. Looks good to me. ------------- PR: https://git.openjdk.java.net/jdk/pull/3419