RFR: 8317846: Typo in API documentation of classes IdentityHashMap [v2]

ANUPAM DEV duke at openjdk.org
Wed Oct 11 05:29:22 UTC 2023


> 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

ANUPAM DEV has updated the pull request incrementally with one additional commit since the last revision:

  Reverted the Copyright year to 2022

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/16134/files
  - new: https://git.openjdk.org/jdk/pull/16134/files/134e8d7f..62493559

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16134&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16134&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/16134.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16134/head:pull/16134

PR: https://git.openjdk.org/jdk/pull/16134


More information about the core-libs-dev mailing list