8317846: Typo in API documentation of classes IdentityHashMap

Reviewed-by: mli, jpai
This commit is contained in:
ANUPAM DEV 2024-01-02 11:10:15 +00:00 committed by Jaikiran Pai
parent d786c49525
commit d4fb30885b

View File

@ -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