This is an automated email from the ASF dual-hosted git repository.
janh pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.2 by this push:
new b52a7fb HBASE-22327 Fixed remaining Checkstyle issue in
hbase-hadoop-compat
b52a7fb is described below
commit b52a7fbab3172923ef7b209d9bdbdc2360497b13
Author: Jan Hentschel <[email protected]>
AuthorDate: Mon Apr 29 16:24:09 2019 +0200
HBASE-22327 Fixed remaining Checkstyle issue in hbase-hadoop-compat
---
.../org/apache/hadoop/hbase/regionserver/MetricsTableSource.java | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git
a/hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsTableSource.java
b/hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsTableSource.java
index 8b62741..9fc6062 100644
---
a/hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsTableSource.java
+++
b/hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsTableSource.java
@@ -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.