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…
Reference in New Issue