HBASE-13802 Addendum fixes checkstyle warning by removing the whitespace before the right parenthesis
This commit is contained in:
parent
5646071c73
commit
cca687d718
|
@ -265,7 +265,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");
|
||||
|
@ -447,4 +447,4 @@ public class CreateTableProcedure
|
|||
final TableName tableName) throws IOException {
|
||||
env.getMasterServices().getTableDescriptors().get(tableName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue