Skip to content

Commit

Permalink
Rename cnt to count
Browse files Browse the repository at this point in the history
  • Loading branch information
zvyap committed May 11, 2023
1 parent fb33b6f commit 531671f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public String getName(){
return name;
}

public int getCnt(){
public int getCount() {
return cnt;
}

Expand Down

0 comments on commit 531671f

Please sign in to comment.