Skip to content

Commit

Permalink
HBASE-25798 typo in MetricsAssertHelper (#3187)
Browse files Browse the repository at this point in the history
Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
ZhaoBQ authored Apr 21, 2021
1 parent 4b916ea commit d575c11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public interface MetricsAssertHelper {
* @param name name of the counter.
* @param source The BaseSource{@link BaseSource} that will provide the tags,
* gauges, and counters.
* @return boolean true id counter metric exists.
* @return boolean true if counter metric exists.
*/
boolean checkCounterExists(String name, BaseSource source);

Expand Down

0 comments on commit d575c11

Please sign in to comment.