Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-26915 Miscellaneous improvements before landing spotless reformat
  3. HBASE-26916

Fix missing braces warnings in DefaultVisibilityExpressionResolver

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.5.0, 3.0.0-alpha-3, 2.4.12
    • None
    • None
    • Reviewed

    Description

      It will cause incorrent indentation warnings, like this

            if (connection != null) try {
              connection.close();
            } catch (IOException ioe) {
              LOG.warn("Failed close of temporary connection", ioe);
            }
      

      Attachments

        Issue Links

          Activity

            People

              zhangduo Duo Zhang
              zhangduo Duo Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: