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 a174e976 Javadoc
a174e976 is described below

commit a174e976ccec156545506557e0d6739f0705e9f8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri May 31 23:17:32 2024 -0400

    Javadoc
---
 src/main/java/org/apache/commons/net/nntp/NNTPClient.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/net/nntp/NNTPClient.java 
b/src/main/java/org/apache/commons/net/nntp/NNTPClient.java
index 31dada82..c6b09864 100644
--- a/src/main/java/org/apache/commons/net/nntp/NNTPClient.java
+++ b/src/main/java/org/apache/commons/net/nntp/NNTPClient.java
@@ -1174,7 +1174,7 @@ public class NNTPClient extends NNTP {
         return new DotTerminatedMessageReader(_reader_);
     }
 
-    /***
+    /**
      * Same as <code>selectArticle((String) null, articleId)</code>. Useful 
for retrieving the current article number.
      *
      * @param pointer to the article

Reply via email to