You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/04/21 14:29:11 UTC

[hbase] branch branch-2.4 updated: HBASE-25798 typo in MetricsAssertHelper (#3187)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new 14c9781  HBASE-25798 typo in MetricsAssertHelper (#3187)
14c9781 is described below

commit 14c97814121e535aafe51fcf53e8bb43b52f0cca
Author: Baiqiang Zhao <zb...@gmail.com>
AuthorDate: Wed Apr 21 21:41:31 2021 +0800

    HBASE-25798 typo in MetricsAssertHelper (#3187)
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 .../src/test/java/org/apache/hadoop/hbase/test/MetricsAssertHelper.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-hadoop-compat/src/test/java/org/apache/hadoop/hbase/test/MetricsAssertHelper.java b/hbase-hadoop-compat/src/test/java/org/apache/hadoop/hbase/test/MetricsAssertHelper.java
index 52e0d09..9a52b59 100644
--- a/hbase-hadoop-compat/src/test/java/org/apache/hadoop/hbase/test/MetricsAssertHelper.java
+++ b/hbase-hadoop-compat/src/test/java/org/apache/hadoop/hbase/test/MetricsAssertHelper.java
@@ -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);