[
https://issues.apache.org/jira/browse/HBASE-26916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on HBASE-26916 started by Duo Zhang.
-----------------------------------------
> 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
> Assignee: Duo Zhang
> Priority: Major
>
> 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)