Apache9 commented on a change in pull request #667: HBASE-23055 Alter hbase:meta
URL: https://github.com/apache/hbase/pull/667#discussion_r330095413
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/EnableTableProcedure.java
##########
@@ -66,11 +69,12 @@ public EnableTableProcedure(MasterProcedureEnv env,
TableName tableName) {
/**
* Constructor
- * @param env MasterProcedureEnv
+ *
+ * @param env MasterProcedureEnv
* @param tableName the table to operate on
*/
public EnableTableProcedure(MasterProcedureEnv env, TableName tableName,
- ProcedurePrepareLatch syncLatch) {
+ ProcedurePrepareLatch syncLatch) {
Review comment:
Format issue?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services