removed empty lines

This commit is contained in:
Xing Lin 2023-06-09 12:21:33 -07:00
parent d1666601d5
commit 0e0bb903bb
1 changed files with 0 additions and 2 deletions

View File

@ -25,10 +25,8 @@ import org.apache.hadoop.metrics2.lib.MetricsRegistry;
import org.apache.hadoop.metrics2.lib.MutableRatesWithAggregation;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import static org.apache.commons.lang3.StringUtils.capitalize;
/**
* This class is for maintaining RPC method related statistics
* and publishing them through the metrics interfaces.