You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "NihalJain (via GitHub)" <gi...@apache.org> on 2023/08/31 14:04:29 UTC

[GitHub] [hbase-operator-tools] NihalJain commented on a diff in pull request #137: HBASE-28057 Run spotless:apply and fix any existing spotless issues

NihalJain commented on code in PR #137:
URL: https://github.com/apache/hbase-operator-tools/pull/137#discussion_r1311688243


##########
hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java:
##########
@@ -800,8 +798,8 @@ private static void usageExtraRegionsInMeta(PrintWriter writer) {
   }
 
   private static void usageReportMissingRegionsInMeta(PrintWriter writer) {
-    writer.println(" " + REPORT_MISSING_REGIONS_IN_META + " [<NAMESPACE|"
-      + "NAMESPACE:TABLENAME>...|");
+    writer
+      .println(" " + REPORT_MISSING_REGIONS_IN_META + " [<NAMESPACE|" + "NAMESPACE:TABLENAME>...|");

Review Comment:
   Right. Let me fix these.



-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org