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

    Javadoc
---
 .../collections4/list/DefaultAbstractLinkedListForJava21Test.java   | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/src/test/java/org/apache/commons/collections4/list/DefaultAbstractLinkedListForJava21Test.java
 
b/src/test/java/org/apache/commons/collections4/list/DefaultAbstractLinkedListForJava21Test.java
index cbb36ca2c..2356612db 100644
--- 
a/src/test/java/org/apache/commons/collections4/list/DefaultAbstractLinkedListForJava21Test.java
+++ 
b/src/test/java/org/apache/commons/collections4/list/DefaultAbstractLinkedListForJava21Test.java
@@ -49,6 +49,12 @@ public class DefaultAbstractLinkedListForJava21Test<E> 
extends AbstractListTest<
             doReadObject(in);
         }
 
+        /**
+         * 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();
             doWriteObject(out);

Reply via email to