RFR: 8317846: Typo in API documentation of classes IdentityHashMap
ANUPAM DEV
duke at openjdk.org
Wed Oct 11 04:29:23 UTC 2023
On Wed, 11 Oct 2023 04:05:48 GMT, ANUPAM DEV <duke at openjdk.org> wrote:
> Hello,
>
> I have fixed the typo in the comment for the constructor IdentityHashMap(Map<? extends K,? extends V> m)
>
> before: Constructs a new identity hash map containing the keys-value mappings in the specified map.
> after: Constructs a new identity hash map containing the key-value mappings in the specified map.
>
> Please review the change.
>
> Regards,
> Anupam
The checks were failing
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16132#issuecomment-1756760760
More information about the core-libs-dev
mailing list