Skip to content

Commit

Permalink
Improve method documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK committed Feb 8, 2022
1 parent 04394ee commit df708a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void setCommentsDisabled(final boolean commentsDisabled) {
/**
* Returns the total number of comments.
*
* @return totalComments
* @return commentsCount the total number of comments.
*/
public int getCommentsCount() {
return commentsCount;
Expand All @@ -116,7 +116,7 @@ public int getCommentsCount() {
/**
* Sets the total number of comments.
*
* @param commentsCount
* @param commentsCount the commentsCount to set.
*/
public void setCommentsCount(int commentsCount) {
this.commentsCount = commentsCount;
Expand Down

0 comments on commit df708a7

Please sign in to comment.