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
commit 09854e889bf6821c8acee3057a976aaa5088dcfa Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 23 15:57:50 2024 -0400 Javadoc --- src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java b/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java index 9ab69afa7..8ebaea097 100644 --- a/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java +++ b/src/main/java/org/apache/commons/collections4/bidimap/TreeBidiMap.java @@ -1962,7 +1962,7 @@ public class TreeBidiMap<K extends Comparable<K>, V extends Comparable<V>> } /** - * Reads the content of the stream. + * Deserializes the content of the stream. * * @param stream the input stream * @throws IOException if an error occurs while reading from the stream