Duo Zhang created HBASE-26916:
---------------------------------

             Summary: Fix missing braces warnings in 
DefaultVisibilityExpressionResolver
                 Key: HBASE-26916
                 URL: https://issues.apache.org/jira/browse/HBASE-26916
             Project: HBase
          Issue Type: Sub-task
            Reporter: Duo Zhang


It will cause incorrent indentation warnings, like this
{code}
      if (connection != null) try {
        connection.close();
      } catch (IOException ioe) {
        LOG.warn("Failed close of temporary connection", ioe);
      }
{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to