Fix wrong `@Nullable` annotation

This commit is contained in:
TobiGr 2023-10-09 16:02:57 +02:00
parent d6f5cba6e2
commit f9846352ea
1 changed files with 0 additions and 1 deletions

View File

@ -138,7 +138,6 @@ public interface CommentsInfoItemExtractor extends InfoItemExtractor {
/**
* Whether the comment was replied to by the creator.
*/
@Nullable
default boolean hasCreatorReply() throws ParsingException {
return false;
}