HBASE-13802 Addendum fixes checkstyle warning by removing the whitespace before the right parenthesis
This commit is contained in:
parent
46c9a5b339
commit
695c4790cd
|
@ -269,7 +269,7 @@ public class CreateTableProcedure
|
|||
|
||||
@Override
|
||||
protected boolean acquireLock(final MasterProcedureEnv env) {
|
||||
if (!env.isInitialized() && !getTableName().isSystemTable() ) {
|
||||
if (!env.isInitialized() && !getTableName().isSystemTable()) {
|
||||
return false;
|
||||
}
|
||||
return env.getProcedureQueue().tryAcquireTableExclusiveLock(getTableName(), "create table");
|
||||
|
@ -463,4 +463,4 @@ public class CreateTableProcedure
|
|||
final TableName tableName) throws IOException {
|
||||
env.getMasterServices().getTableDescriptors().get(tableName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue