Skip to content

Commit

Permalink
Javadoc: Use the same wording as in Map.put(K, V)
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 8, 2024
1 parent bfc30ef commit bdb26ce
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ public MapIterator<MultiKey<? extends K>, V> mapIterator() {
}

/**
* Stores the value against the specified multi-key.
* Associates the specified value with the specified keys in this map.
*
* @param key1 the first key
* @param key2 the second key
Expand All @@ -560,7 +560,7 @@ public V put(final K key1, final K key2, final K key3, final K key4, final K key
}

/**
* Stores the value against the specified multi-key.
* Associates the specified value with the specified keys in this map.
*
* @param key1 the first key
* @param key2 the second key
Expand All @@ -586,7 +586,7 @@ public V put(final K key1, final K key2, final K key3, final K key4, final V val
}

/**
* Stores the value against the specified multi-key.
* Associates the specified value with the specified keys in this map.
*
* @param key1 the first key
* @param key2 the second key
Expand All @@ -611,7 +611,7 @@ public V put(final K key1, final K key2, final K key3, final V value) {
}

/**
* Stores the value against the specified multi-key.
* Associates the specified value with the specified keys in this map.
*
* @param key1 the first key
* @param key2 the second key
Expand Down

0 comments on commit bdb26ce

Please sign in to comment.