Skip to content

Commit 89e0514

Browse files
committed
Fix Javadoc generation fix
1 parent 80d3052 commit 89e0514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/comments/CommentsInfoItemExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
public interface CommentsInfoItemExtractor extends InfoItemExtractor {
1313

1414
/**
15-
* Return the like count of the comment, or -1 if it's unavailable<
15+
* Return the like count of the comment, or -1 if it's unavailable
1616
* <br>
1717
* NOTE: Currently only implemented for YT {@link YoutubeCommentsInfoItemExtractor#getLikeCount()}
1818
* with limitations (only approximate like count is returned)

0 commit comments

Comments
 (0)