Skip to content

Commit

Permalink
Fix Javadoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 12, 2023
1 parent 10932e9 commit 4845164
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/apache/commons/net/nntp/NNTPClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,6 @@ public Reader retrieveHeader(final String header, final int lowArticleNumber, fi

/**
* Return an article header for a specified post.
* <p>
*
* @param header the header to retrieve
* @param articleNumber the article to retrieve the header for
Expand All @@ -1146,7 +1145,6 @@ public BufferedReader retrieveHeader(final String header, final long articleNumb

/**
* Return an article header for all articles between lowArticleNumber and highArticleNumber, inclusively.
* <p>
*
* @param header the header
* @param lowArticleNumber to fetch
Expand Down

0 comments on commit 4845164

Please sign in to comment.