RFR: 8317846: Typo in API documentation of classes IdentityHashMap

ANUPAM DEV duke at openjdk.org
Wed Oct 11 04:13:35 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

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

Commit messages:
 - 8317846: Typo in API documentation of classes IdentityHashMap
 - Merge branch 'openjdk:master' into master
 - Merge branch 'openjdk:master' into master
 - Merge branch 'openjdk:master' into master
 - Merge pull request #1 from anupamdev20/JDK-8255675
 - 8255675: Typo in java.net.HttpURLConnection

Changes: https://git.openjdk.org/jdk/pull/16132/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16132&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8317846
  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/16132.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16132/head:pull/16132

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


More information about the core-libs-dev mailing list