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 67014df9da60f52b96a0c8f3b681ec07439d21ef
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 23 16:28:07 2024 -0400

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

diff --git 
a/src/main/java/org/apache/commons/collections4/list/AbstractSerializableListDecorator.java
 
b/src/main/java/org/apache/commons/collections4/list/AbstractSerializableListDecorator.java
index 0f932e6be..890bb00d1 100644
--- 
a/src/main/java/org/apache/commons/collections4/list/AbstractSerializableListDecorator.java
+++ 
b/src/main/java/org/apache/commons/collections4/list/AbstractSerializableListDecorator.java
@@ -57,10 +57,10 @@ public abstract class AbstractSerializableListDecorator<E>
     }
 
     /**
-     * Write the list out using a custom routine.
+     * Serializes this object to an ObjectOutputStream.
      *
-     * @param out  the output stream
-     * @throws IOException if an error occurs while writing to the stream
+     * @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