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 99f9847f011e3ef7970b74b721dc0e235541c1b3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 23 16:37:43 2024 -0400

    Javadoc
---
 src/test/java/org/apache/commons/collections4/map/IdentityMap.java | 5 ++++-
 1 file changed, 4 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 50736a898..d72e1ae47 100644
--- a/src/test/java/org/apache/commons/collections4/map/IdentityMap.java
+++ b/src/test/java/org/apache/commons/collections4/map/IdentityMap.java
@@ -196,7 +196,10 @@ public class IdentityMap<K, V>
     }
 
     /**
-     * Write the map out using a custom routine.
+     * Serializes this object to an ObjectOutputStream.
+     *
+     * @param out the target ObjectOutputStream.
+     * @throws IOException thrown when an I/O errors occur writing to the 
target stream.
      */
     private void writeObject(final ObjectOutputStream out) throws IOException {
         out.defaultWriteObject();

Reply via email to