Fix Javadoc generation fix

This commit is contained in:
TobiGr 2021-06-08 09:30:05 +02:00
parent 80d3052033
commit 89e0514d8b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import javax.annotation.Nullable;
public interface CommentsInfoItemExtractor extends InfoItemExtractor {
/**
* Return the like count of the comment, or -1 if it's unavailable<
* Return the like count of the comment, or -1 if it's unavailable
* <br>
* NOTE: Currently only implemented for YT {@link YoutubeCommentsInfoItemExtractor#getLikeCount()}
* with limitations (only approximate like count is returned)