From 09854e889bf6821c8acee3057a976aaa5088dcfa Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 23 Jun 2024 15:57:50 -0400 Subject: [PATCH] Javadoc --- .../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, V extends Comparable> } /** - * 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