Fix request changes.

This commit is contained in:
Kavin 2022-12-08 11:44:02 +00:00
parent 67ef4f4c30
commit 64d24aa09e
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ public abstract class CommentsExtractor extends ListExtractor<CommentsInfoItem>
}
/**
* @return total number of comments.
* @return the total number of comments
*/
public int getCommentsCount() throws ExtractionException {
return -1;

View File

@ -109,7 +109,7 @@ public final class CommentsInfo extends ListInfo<CommentsInfoItem> {
/**
* Returns the total number of comments.
*
* @return commentsCount the total number of comments.
* @return the total number of comments
*/
public int getCommentsCount() {
return commentsCount;