Skip to content

Commit 656b7c1

Browse files
committed
Improve method documentation.
1 parent 981aee4 commit 656b7c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public void setCommentsDisabled(final boolean commentsDisabled) {
113113
/**
114114
* Returns the total number of comments.
115115
*
116-
* @return totalComments
116+
* @return commentsCount the total number of comments.
117117
*/
118118
public int getCommentsCount() {
119119
return commentsCount;
@@ -122,7 +122,7 @@ public int getCommentsCount() {
122122
/**
123123
* Sets the total number of comments.
124124
*
125-
* @param commentsCount
125+
* @param commentsCount the commentsCount to set.
126126
*/
127127
public void setCommentsCount(int commentsCount) {
128128
this.commentsCount = commentsCount;

0 commit comments

Comments
 (0)