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 8137d9da29329c2f2a74c892ffc0a8aaaca289d0
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 12 08:13:47 2023 -0400

    Fix Jaavdoc warnings
---
 src/main/java/org/apache/commons/net/pop3/ExtendedPOP3Client.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/net/pop3/ExtendedPOP3Client.java 
b/src/main/java/org/apache/commons/net/pop3/ExtendedPOP3Client.java
index 94632ee2..6b796a4b 100644
--- a/src/main/java/org/apache/commons/net/pop3/ExtendedPOP3Client.java
+++ b/src/main/java/org/apache/commons/net/pop3/ExtendedPOP3Client.java
@@ -70,7 +70,6 @@ public class ExtendedPOP3Client extends POP3SClient {
 
     /**
      * Authenticate to the POP3 server by sending the AUTH command with the 
selected mechanism, using the given username and the given password.
-     * <p>
      *
      * @param method   the {@link AUTH_METHOD} to use
      * @param username the username

Reply via email to