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

ayushsaxena pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9b4f09a  HDFS-15758. Fix typos in MutableMetric. Contributed by Haibin 
Huang.
9b4f09a is described below

commit 9b4f09a6bb35b2f54f55240bc362b40de8f24a23
Author: Ayush Saxena <[email protected]>
AuthorDate: Mon Jan 18 20:29:53 2021 +0530

    HDFS-15758. Fix typos in MutableMetric. Contributed by Haibin Huang.
---
 .../src/main/java/org/apache/hadoop/metrics2/lib/MutableMetric.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/lib/MutableMetric.java
 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/lib/MutableMetric.java
index 58d79cb..ed41cca 100644
--- 
a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/lib/MutableMetric.java
+++ 
b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/lib/MutableMetric.java
@@ -56,7 +56,7 @@ public abstract class MutableMetric {
   protected void clearChanged() { changed = false; }
 
   /**
-   * @return  true if metric is changed since last snapshot/snapshot
+   * @return  true if metric is changed since last snapshot
    */
   public boolean changed() { return changed; }
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to