mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8190323: "the the" typos
Reviewed-by: rriggs
This commit is contained in:
parent
6b3f6eb717
commit
674b927865
15 changed files with 15 additions and 15 deletions
|
@ -88,7 +88,7 @@ final class WeakPairMap<K1, K2, V> {
|
|||
* Maps the specified key pair to the specified value in this WeakPairMap.
|
||||
* Neither the keys nor the value can be null.
|
||||
* <p>The value can be retrieved by calling the {@link #get} method
|
||||
* with the the same keys (compared by identity).
|
||||
* with the same keys (compared by identity).
|
||||
*
|
||||
* @param k1 the 1st of the pair of keys with which the specified value is to
|
||||
* be associated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue