ndimiduk commented on PR #6370:
URL: https://github.com/apache/hbase/pull/6370#issuecomment-2607306759

   I guess checkstyle prefers
   
   ```java
   Table t = null;
   try {
     t = TEST_UTIL.truncateTable(table1)
   } finally {
     if (t != null) {
       t.close();
     }
   }
   ```
   
   This is getting silly.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to