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 6ae173285 Normalize spelling 6ae173285 is described below commit 6ae173285bac5d7bfe0c563292a641d58f894809 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 25 12:13:57 2024 -0400 Normalize spelling --- .../org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java b/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java index 8a2a157a7..1ee268a3a 100644 --- a/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java +++ b/src/main/java/org/apache/commons/collections4/bidimap/AbstractDualBidiMap.java @@ -588,7 +588,7 @@ public abstract class AbstractDualBidiMap<K, V> implements BidiMap<K, V> { * Creates an empty map, initialized by {@code createMap}. * <p> * This constructor remains in place for deserialization. - * All other usage is deprecated in favour of + * All other usage is deprecated in favor of * {@link #AbstractDualBidiMap(Map, Map)}. */ protected AbstractDualBidiMap() {