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
commit c6ba352653aeac2f607cf392c47b61f233d3cccc Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 23 09:14:09 2023 -0400 Javadoc --- src/main/java/org/apache/commons/net/examples/mail/IMAPUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/net/examples/mail/IMAPUtils.java b/src/main/java/org/apache/commons/net/examples/mail/IMAPUtils.java index 73a27ada..a3afe2e8 100644 --- a/src/main/java/org/apache/commons/net/examples/mail/IMAPUtils.java +++ b/src/main/java/org/apache/commons/net/examples/mail/IMAPUtils.java @@ -30,7 +30,7 @@ import org.apache.commons.net.imap.IMAPSClient; class IMAPUtils { /** - * Parse the URI and use the details to connect to the IMAP(S) server and login. + * Parses the URI and use the details to connect to the IMAP(S) server and login. * * @param uri the URI to use, e.g. imaps://user:p...@imap.mail.yahoo.com/folder or imaps://user:p...@imap.googlemail.com/folder * @param defaultTimeout initial timeout (in milliseconds)