Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Nov 23, 2021
1 parent 8b96173 commit bde0c11
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
import org.apache.hadoop.hbase.TableName;
import org.apache.hadoop.hbase.client.AbstractBigtableConnection;
import org.apache.hadoop.hbase.client.Admin;
import org.apache.hadoop.hbase.client.CommonConnection;
import org.apache.hadoop.hbase.client.Hbck;
import org.apache.hadoop.hbase.client.RegionInfo;
import org.apache.hadoop.hbase.client.RegionInfoBuilder;
Expand Down Expand Up @@ -110,7 +109,9 @@ public Object invoke(Object self, Method thisMethod, Method proceed, Object[] ar
Admin admin =
(Admin)
factory.create(
new Class<?>[] {AbstractBigtableConnection.class}, new AbstractBigtableConnection[] {this}, handler);
new Class<?>[] {AbstractBigtableConnection.class},
new AbstractBigtableConnection[] {this},
handler);
return admin;
} catch (Exception e) {
throw new IOException(e);
Expand Down

0 comments on commit bde0c11

Please sign in to comment.