HBASE-22763 Fixed remaining Checkstyle issue in hbase-procedure

Signed-off-by: stack <stack@apache.org>
This commit is contained in:
Jan Hentschel 2019-07-30 09:54:05 +02:00 committed by GitHub
parent 124fa3488a
commit e3a54e7035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ import org.apache.yetus.audience.InterfaceAudience;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.apache.hadoop.hbase.shaded.protobuf.generated.ProcedureProtos.ProcedureState;
/**
* Runs task on a period such as check for stuck workers.
* @see InlineChore