From 24cc228ca6d879f2c0044880c1bed518e5294f96 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 23 Jun 2024 15:58:12 -0400 Subject: [PATCH] Javadoc --- .../collections4/list/AbstractSerializableListDecorator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 15f15a832..0f932e6be 100644 --- a/src/main/java/org/apache/commons/collections4/list/AbstractSerializableListDecorator.java +++ b/src/main/java/org/apache/commons/collections4/list/AbstractSerializableListDecorator.java @@ -44,7 +44,7 @@ public abstract class AbstractSerializableListDecorator } /** - * Read the list in using a custom routine. + * Deserializes the list in using a custom routine. * * @param in the input stream * @throws IOException if an error occurs while reading from the stream