On Thu, 11 Feb 2021 04:19:29 GMT, Stuart Marks <[email protected]> wrote:
>> Joe Darcy has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Fix typos in javadoc tags found during review.
>
> src/java.base/share/classes/java/lang/Object.java line 149:
>
>> 147: *
>> 148: * @apiNote
>> 149: * Note that it is generally necessary to override the {@link
>> hashCode hashCode}
>
> The `@apiNote` introduces the paragraph with a subhead "API Note:" so it's a
> bit redundant to say "Note that...." Maybe just start with "It is generally
> necessary...."
Agree.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2471