Integrated: 8317846: Typo in API documentation of classes IdentityHashMap
ANUPAM DEV
duke at openjdk.org
Tue Jan 2 11:12:55 UTC 2024
On Wed, 11 Oct 2023 04:45:20 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
This pull request has now been integrated.
Changeset: d4fb3088
Author: ANUPAM DEV <anupam.dev at oracle.com>
Committer: Jaikiran Pai <jpai at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d4fb30885b007baab243536458a54b6ade610218
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8317846: Typo in API documentation of classes IdentityHashMap
Reviewed-by: mli, jpai
-------------
PR: https://git.openjdk.org/jdk/pull/16134
More information about the core-libs-dev
mailing list