Skip to content

Commit 8888f8c

Browse files
author
Ravindra Dingankar
committed
style error
1 parent a30980e commit 8888f8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/lib/MetricsRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public synchronized MutableGaugeFloat newGauge(MetricsInfo info, float iVal) {
215215
* @throws MetricsException if interval is not a positive integer
216216
*/
217217
public synchronized MutableQuantiles newQuantiles(String name, String desc,
218-
String sampleName, String valueName, int interval) {
218+
String sampleName, String valueName, int interval) {
219219
return newQuantiles(name, desc, sampleName, valueName, interval, false);
220220
}
221221

hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics2/util/SampleQuantiles.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ synchronized public Map<Quantile, Long> snapshot() {
249249
}
250250

251251
/**
252-
* Returns the number of items that the estimator has processed
252+
* Returns the number of items that the estimator has processed.
253253
*
254254
* @return count total number of items processed
255255
*/

0 commit comments

Comments
 (0)