You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Dima Spivak (JIRA)" <ji...@apache.org> on 2016/10/18 21:07:58 UTC

[jira] [Created] (HBASE-16875) Cleanup docs' use of try-with-resources

Dima Spivak created HBASE-16875:
-----------------------------------

             Summary: Cleanup docs' use of try-with-resources
                 Key: HBASE-16875
                 URL: https://issues.apache.org/jira/browse/HBASE-16875
             Project: HBase
          Issue Type: Bug
          Components: documentation
            Reporter: Dima Spivak
            Priority: Trivial


In a [number|https://github.com/apache/hbase/blame/bb3d9ccd489fb64e3cb2020583935a393382a678/src/main/asciidoc/_chapters/security.adoc#L205-L206] [of|https://github.com/apache/hbase/blame/bb3d9ccd489fb64e3cb2020583935a393382a678/src/main/asciidoc/_chapters/security.adoc#L1019-L1020] [places|https://github.com/apache/hbase/blame/bb3d9ccd489fb64e3cb2020583935a393382a678/src/main/asciidoc/_chapters/architecture.adoc#L222-L223], we show examples that lend themselves to using Java 7's try-with-resources statement, but we use the statement in a less-than-ideal nested way. Let's change our docs throughout to do it [the recommended way|https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html].



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)