mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-29 00:10:35 +05:30
Fix wrong @Nullable
annotation
This commit is contained in:
parent
d6f5cba6e2
commit
f9846352ea
@ -138,7 +138,6 @@ public interface CommentsInfoItemExtractor extends InfoItemExtractor {
|
|||||||
/**
|
/**
|
||||||
* Whether the comment was replied to by the creator.
|
* Whether the comment was replied to by the creator.
|
||||||
*/
|
*/
|
||||||
@Nullable
|
|
||||||
default boolean hasCreatorReply() throws ParsingException {
|
default boolean hasCreatorReply() throws ParsingException {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user