Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
add deprecated method for compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Mar 19, 2020
1 parent 84eca8e commit 46d217d
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2503,5 +2503,10 @@ public void flush() {
count = 0;
}


/**
* @deprecated
*/
public void reset() {
count = 0;
}
}

0 comments on commit 46d217d

Please sign in to comment.