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 a4ccbb5207f659670daa947ab10422bcd126d69d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 23 16:07:33 2024 -0400 Javadoc --- .../java/org/apache/commons/collections4/queue/CircularFifoQueue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java b/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java index de762a68f..4e47f7477 100644 --- a/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java +++ b/src/main/java/org/apache/commons/collections4/queue/CircularFifoQueue.java @@ -349,7 +349,7 @@ public class CircularFifoQueue<E> extends AbstractCollection<E> } /** - * Read the queue in using a custom routine. + * Deserializes the queue in using a custom routine. * * @param in the input stream * @throws IOException if an I/O error occurs while writing to the output stream