From 01736f6097e6e6cfcb27d43642b9eb6d6d1a3933 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 23 Jun 2024 16:07:55 -0400 Subject: [PATCH] Javadoc --- .../apache/commons/collections4/queue/UnmodifiableQueue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/queue/UnmodifiableQueue.java b/src/main/java/org/apache/commons/collections4/queue/UnmodifiableQueue.java index 6ced85bc4..1a1439684 100644 --- a/src/main/java/org/apache/commons/collections4/queue/UnmodifiableQueue.java +++ b/src/main/java/org/apache/commons/collections4/queue/UnmodifiableQueue.java @@ -104,7 +104,7 @@ public final class UnmodifiableQueue } /** - * Read the collection in using a custom routine. + * Deserializes the collection in using a custom routine. * * @param in the input stream * @throws IOException if an I/O error occurs while reading from the input stream