Skip to content

Commit

Permalink
8317846: Typo in API documentation of classes IdentityHashMap
Browse files Browse the repository at this point in the history
Reviewed-by: mli, jpai
  • Loading branch information
anupamdev20 authored and jaikiran committed Jan 2, 2024
1 parent d786c49 commit d4fb308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.base/share/classes/java/util/IdentityHashMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ private void init(int initCapacity) {
}

/**
* 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
Expand Down

1 comment on commit d4fb308

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.