HDFS-15758. Fix typos in MutableMetric. Contributed by Haibin Huang.
This commit is contained in:
parent
acea862d59
commit
9b4f09a6bb
|
@ -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; }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue