We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981aee4 commit 656b7c1Copy full SHA for 656b7c1
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/comments/CommentsInfo.java
@@ -113,7 +113,7 @@ public void setCommentsDisabled(final boolean commentsDisabled) {
113
/**
114
* Returns the total number of comments.
115
*
116
- * @return totalComments
+ * @return commentsCount the total number of comments.
117
*/
118
public int getCommentsCount() {
119
return commentsCount;
@@ -122,7 +122,7 @@ public int getCommentsCount() {
122
123
* Sets the total number of comments.
124
125
- * @param commentsCount
+ * @param commentsCount the commentsCount to set.
126
127
public void setCommentsCount(int commentsCount) {
128
this.commentsCount = commentsCount;
0 commit comments