mawiesne commented on code in PR #141:
URL: https://github.com/apache/commons-net/pull/141#discussion_r1070914027
##########
src/main/java/org/apache/commons/net/nntp/NNTPClient.java:
##########
@@ -268,9 +268,9 @@ public Iterable<Article> iterateArticleInfo(final long
lowArticleNumber, final l
}
/**
- * List all new articles added to the NNTP server since a particular date
subject to the conditions of the specified query. If no new new news is found,
no
- * entries will be returned. This uses the "NEWNEWS" command. You must add
at least one newsgroup to the query, else the command will fail. Each String
- * which is returned is a unique message identifier including the
enclosing < and >.
+ * List all new articles added to the NNTP server since a particular date
subject to the conditions of the specified query. If no recent news is found,
Review Comment:
Convinced. I'll revert the three occurrences of that text fragment with the
next commit.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]