removed empty lines
This commit is contained in:
parent
d1666601d5
commit
0e0bb903bb
|
@ -25,10 +25,8 @@ import org.apache.hadoop.metrics2.lib.MetricsRegistry;
|
||||||
import org.apache.hadoop.metrics2.lib.MutableRatesWithAggregation;
|
import org.apache.hadoop.metrics2.lib.MutableRatesWithAggregation;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
import static org.apache.commons.lang3.StringUtils.capitalize;
|
import static org.apache.commons.lang3.StringUtils.capitalize;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class is for maintaining RPC method related statistics
|
* This class is for maintaining RPC method related statistics
|
||||||
* and publishing them through the metrics interfaces.
|
* and publishing them through the metrics interfaces.
|
||||||
|
|
Loading…
Reference in New Issue