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 e62a020f Fix Javadoc warnings
e62a020f is described below

commit e62a020f217c0b7d4b3f68ec2d6d2bca32de6428
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Sep 12 08:21:23 2023 -0400

    Fix Javadoc warnings
---
 src/main/java/org/apache/commons/net/nntp/NNTP.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/net/nntp/NNTP.java 
b/src/main/java/org/apache/commons/net/nntp/NNTP.java
index c6875d69..6e6402b4 100644
--- a/src/main/java/org/apache/commons/net/nntp/NNTP.java
+++ b/src/main/java/org/apache/commons/net/nntp/NNTP.java
@@ -185,7 +185,6 @@ public class NNTP extends SocketClient {
 
     /**
      * A convenience method to send the AUTHINFO USER command to the server, 
receive the reply, and return the reply code. (See RFC 2980)
-     * <p>
      *
      * @param username A valid username.
      * @return The reply code received from the server. The server should 
return a 381 or 281 for this command.

Reply via email to