Skip to content

Commit 64d24aa

Browse files
committed
Fix request changes.
1 parent 67ef4f4 commit 64d24aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public boolean isCommentsDisabled() throws ExtractionException {
2323
}
2424

2525
/**
26-
* @return total number of comments.
26+
* @return the total number of comments
2727
*/
2828
public int getCommentsCount() throws ExtractionException {
2929
return -1;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public void setCommentsDisabled(final boolean commentsDisabled) {
109109
/**
110110
* Returns the total number of comments.
111111
*
112-
* @return commentsCount the total number of comments.
112+
* @return the total number of comments
113113
*/
114114
public int getCommentsCount() {
115115
return commentsCount;

0 commit comments

Comments
 (0)