On Wed, 11 Oct 2023 04:45:20 GMT, ANUPAM DEV <[email protected]> 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 <[email protected]> Committer: Jaikiran Pai <[email protected]> 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
