You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/23 13:24:28 UTC

[commons-net] 03/06: Javadoc

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 <ga...@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:pass@imap.mail.yahoo.com/folder or imaps://user:pass@imap.googlemail.com/folder
      * @param defaultTimeout initial timeout (in milliseconds)