[
https://issues.apache.org/jira/browse/HBASE-16875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Hentschel updated HBASE-16875:
----------------------------------
Attachment: HBASE-16875.master.003.patch
> 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
> Assignee: Jan Hentschel
> Priority: Trivial
> Labels: beginner
> Attachments: HBASE-16875.master.001.patch,
> HBASE-16875.master.002.patch, HBASE-16875.master.003.patch
>
>
> 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.15#6346)