This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push: new bdb26ce0a Javadoc: Use the same wording as in Map.put(K, V) bdb26ce0a is described below commit bdb26ce0ad8e6cc2afe4cf15e78bcd0e876b9b31 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 8 07:13:40 2024 -0500 Javadoc: Use the same wording as in Map.put(K, V) --- .../java/org/apache/commons/collections4/map/MultiKeyMap.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java b/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java index c39f91e67..3876db2b5 100644 --- a/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java +++ b/src/main/java/org/apache/commons/collections4/map/MultiKeyMap.java @@ -533,7 +533,7 @@ public class MultiKeyMap<K, V> extends AbstractMapDecorator<MultiKey<? extends K } /** - * 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 @@ -560,7 +560,7 @@ public class MultiKeyMap<K, V> extends AbstractMapDecorator<MultiKey<? extends K } /** - * 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 @@ -586,7 +586,7 @@ public class MultiKeyMap<K, V> extends AbstractMapDecorator<MultiKey<? extends K } /** - * 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 @@ -611,7 +611,7 @@ public class MultiKeyMap<K, V> extends AbstractMapDecorator<MultiKey<? extends K } /** - * 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