HDFS-15758. Fix typos in MutableMetric. Contributed by Haibin Huang.

This commit is contained in:
Ayush Saxena 2021-01-18 20:29:53 +05:30
parent acea862d59
commit 9b4f09a6bb

View File

@ -56,7 +56,7 @@ public void snapshot(MetricsRecordBuilder builder) {
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; }
}