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-net.git
The following commit(s) were added to refs/heads/master by this push: new 616be482 Javadoc 616be482 is described below commit 616be482c1c396b98ea4675656f604e9416e5777 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 4 08:54:36 2025 -0400 Javadoc --- src/main/java/org/apache/commons/net/pop3/POP3.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/net/pop3/POP3.java b/src/main/java/org/apache/commons/net/pop3/POP3.java index 6e3fb173..24b385e2 100644 --- a/src/main/java/org/apache/commons/net/pop3/POP3.java +++ b/src/main/java/org/apache/commons/net/pop3/POP3.java @@ -126,7 +126,7 @@ public class POP3 extends SocketClient { } /** - * Retrieves the additional lines of a multi-line server reply. + * Gets the additional lines of a multi-line server reply. * * @throws IOException on error */