HBASE-25798 typo in MetricsAssertHelper (#3187)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
4b916ea0eb
commit
d575c11259
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue