Skip to content

Commit 97459b4

Browse files
committed
Address spotless error
1 parent 3717463 commit 97459b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AbstractReadOnlyController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ public static void manageActiveClusterIdFile(boolean readOnlyEnabled, MasterFile
7474
LOG.debug(
7575
"Active cluster file data does not match expected data. "
7676
+ "Not deleting the file to avoid potential inconsistency. "
77-
+ "Actual data: {}, Expected data: {}", actualClusterFileData,
78-
expectedClusterFileData);
77+
+ "Actual data: {}, Expected data: {}",
78+
actualClusterFileData, expectedClusterFileData);
7979
}
8080
} catch (FileNotFoundException e) {
8181
LOG.debug("Active cluster file does not exist at: {}. No need to delete.",

0 commit comments

Comments
 (0)