Update JavaDocs for comment replies continuation.

Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
Kavin 2021-09-12 01:05:20 +05:30 committed by GitHub
parent e8e9e6cd00
commit 0aad09fa22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public interface CommentsInfoItemExtractor extends InfoItemExtractor {
/**
* The continuation page which is used to get comment replies from.
* @return the continuation Page for the replies
* @return the continuation Page for the replies, or null if replies are not supported
*/
@Nullable
default Page getReplies() throws ParsingException {