Skip to content

Commit f984635

Browse files
committed
Fix wrong @Nullable annotation
1 parent d6f5cba commit f984635

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ default Page getReplies() throws ParsingException {
138138
/**
139139
* Whether the comment was replied to by the creator.
140140
*/
141-
@Nullable
142141
default boolean hasCreatorReply() throws ParsingException {
143142
return false;
144143
}

0 commit comments

Comments
 (0)