mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8317846: Typo in API documentation of classes IdentityHashMap
Reviewed-by: mli, jpai
This commit is contained in:
parent
d786c49525
commit
d4fb30885b
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ public class IdentityHashMap<K,V>
|
|||
}
|
||||
|
||||
/**
|
||||
* Constructs a new identity hash map containing the keys-value mappings
|
||||
* Constructs a new identity hash map containing the key-value mappings
|
||||
* in the specified map.
|
||||
*
|
||||
* @param m the map whose mappings are to be placed into this map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue