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 GitHub
parent 4b916ea0eb
commit d575c11259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);