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

[jira] [Created] (HBASE-26920) Fix missing braces warnings in TestProcedureMember

Duo Zhang created HBASE-26920:
---------------------------------

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


Just like DefaultVisibilityExpressionResolver, we have this in TestProcedureMember

{code}
    if (member != null) try {
      member.close();
    } catch (IOException e) {
      e.printStackTrace();
    }
{code}



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