Fix Javadoc generation fix
This commit is contained in:
parent
80d3052033
commit
89e0514d8b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import javax.annotation.Nullable;
|
||||||
public interface CommentsInfoItemExtractor extends InfoItemExtractor {
|
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>
|
* <br>
|
||||||
* NOTE: Currently only implemented for YT {@link YoutubeCommentsInfoItemExtractor#getLikeCount()}
|
* NOTE: Currently only implemented for YT {@link YoutubeCommentsInfoItemExtractor#getLikeCount()}
|
||||||
* with limitations (only approximate like count is returned)
|
* with limitations (only approximate like count is returned)
|
||||||
|
|
Loading…
Reference in a new issue