HBASE-22327 Fixed remaining Checkstyle issue in hbase-hadoop-compat

This commit is contained in:
Jan Hentschel 2019-04-29 16:24:09 +02:00
parent b4dc778c3b
commit 21fe1d27d2
1 changed files with 2 additions and 3 deletions

View File

@ -15,13 +15,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.hadoop.hbase.regionserver;
import org.apache.yetus.audience.InterfaceAudience;
import java.io.Closeable;
import org.apache.yetus.audience.InterfaceAudience;
/**
* This interface will be implemented to allow region server to push table metrics into
* MetricsRegionAggregateSource that will in turn push data to the Hadoop metrics system.