Skip to content

Commit 3540597

Browse files
author
huiruan
committed
rerun spotless:apply
1 parent 22cf71d commit 3540597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ protected FlushTableResponse rpcCall() throws Exception {
12911291
props.put(HConstants.FAMILY_KEY_STR, Strings.JOINER
12921292
.join(columnFamilies.stream().map(Bytes::toString).collect(Collectors.toList())));
12931293
}
1294-
1294+
12951295
executeCallable(
12961296
new MasterCallable<ExecProcedureResponse>(getConnection(), getRpcControllerFactory()) {
12971297
@Override

0 commit comments

Comments
 (0)