Skip to content

Commit

Permalink
Remove obsolte toString method of Counter
Browse files Browse the repository at this point in the history
  • Loading branch information
mtf90 committed Oct 23, 2023
1 parent b93912c commit b7c4e38
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ public long getCount() {
return count.get();
}

@Override
public String toString() {
return getDetails();
}

@Override
public String getSummary() {
return getName() + " [" + getUnit() + "]: " + count;
Expand Down

0 comments on commit b7c4e38

Please sign in to comment.