You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2022/04/02 05:24:00 UTC

[jira] [Created] (HBASE-26916) Fix missing braces warnings in DefaultVisibilityExpressionResolver

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)