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 7b3dab212346af1d879f82481501a5829feb2fd3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 23 16:10:55 2024 -0400

    Javadoc
---
 src/test/java/org/apache/commons/collections4/map/IdentityMap.java | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/collections4/map/IdentityMap.java 
b/src/test/java/org/apache/commons/collections4/map/IdentityMap.java
index 17321010d..50736a898 100644
--- a/src/test/java/org/apache/commons/collections4/map/IdentityMap.java
+++ b/src/test/java/org/apache/commons/collections4/map/IdentityMap.java
@@ -184,7 +184,11 @@ public class IdentityMap<K, V>
     }
 
     /**
-     * Read the map in using a custom routine.
+     * Deserializes an instance from an ObjectInputStream.
+     *
+     * @param in The source ObjectInputStream.
+     * @throws IOException            Any of the usual Input/Output related 
exceptions.
+     * @throws ClassNotFoundException A class of a serialized object cannot be 
found.
      */
     private void readObject(final ObjectInputStream in) throws IOException, 
ClassNotFoundException {
         in.defaultReadObject();

Reply via email to