Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 1, 2024
1 parent 639e073 commit a174e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/net/nntp/NNTPClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ private BufferedReader retrieveHeader(final String header, final String articleR
return new DotTerminatedMessageReader(_reader_);
}

/***
/**
* Same as <code>selectArticle((String) null, articleId)</code>. Useful for retrieving the current article number.
*
* @param pointer to the article
Expand Down

0 comments on commit a174e97

Please sign in to comment.