From 0aad09fa222e214723574fae2270b28c82503bae Mon Sep 17 00:00:00 2001 From: Kavin <20838718+FireMasterK@users.noreply.github.com> Date: Sun, 12 Sep 2021 01:05:20 +0530 Subject: [PATCH] Update JavaDocs for comment replies continuation. Co-authored-by: Stypox --- .../newpipe/extractor/comments/CommentsInfoItemExtractor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.java b/extractor/src/main/java/org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.java index e2b03ee53..39c0b48b4 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.java @@ -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 {