HBASE-25798 typo in MetricsAssertHelper (#3187)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Baiqiang Zhao 2021-04-21 21:41:31 +08:00 committed by Duo Zhang
parent a15fd5cff5
commit 14c9781412
1 changed files with 1 additions and 1 deletions

View File

@ -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);