mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-02 15:25:32 +00:00
Improve method documentation.
This commit is contained in:
@@ -113,7 +113,7 @@ public final class CommentsInfo extends ListInfo<CommentsInfoItem> {
|
|||||||
/**
|
/**
|
||||||
* Returns the total number of comments.
|
* Returns the total number of comments.
|
||||||
*
|
*
|
||||||
* @return totalComments
|
* @return commentsCount the total number of comments.
|
||||||
*/
|
*/
|
||||||
public int getCommentsCount() {
|
public int getCommentsCount() {
|
||||||
return commentsCount;
|
return commentsCount;
|
||||||
@@ -122,7 +122,7 @@ public final class CommentsInfo extends ListInfo<CommentsInfoItem> {
|
|||||||
/**
|
/**
|
||||||
* Sets the total number of comments.
|
* Sets the total number of comments.
|
||||||
*
|
*
|
||||||
* @param commentsCount
|
* @param commentsCount the commentsCount to set.
|
||||||
*/
|
*/
|
||||||
public void setCommentsCount(int commentsCount) {
|
public void setCommentsCount(int commentsCount) {
|
||||||
this.commentsCount = commentsCount;
|
this.commentsCount = commentsCount;
|
||||||
|
Reference in New Issue
Block a user