From 108bac12043ea49864d5a7ead2ba7d921f493350 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 23 Jun 2024 16:08:39 -0400 Subject: [PATCH] Javadoc --- .../commons/collections4/set/UnmodifiableNavigableSet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java b/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java index cf4b74e00..bfc12038f 100644 --- a/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java +++ b/src/main/java/org/apache/commons/collections4/set/UnmodifiableNavigableSet.java @@ -129,7 +129,7 @@ public final class UnmodifiableNavigableSet } /** - * 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 error occurs while reading from the stream