Skip to content

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.