Skip to content

Commit

Permalink
HBASE-22327 Fixed remaining Checkstyle issue in hbase-hadoop-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet committed May 27, 2019
1 parent b4dc778 commit 21fe1d2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 21fe1d2

Please sign in to comment.