]> source.dussan.org Git - gitblit.git/commit
Close streams in finally block. 115/head
authorFlorian Zschocke <florian.zschocke@cycos.com>
Wed, 21 Aug 2013 13:07:31 +0000 (15:07 +0200)
committerFlorian Zschocke <florian.zschocke@cycos.com>
Wed, 21 Aug 2013 16:07:15 +0000 (18:07 +0200)
commitfdb31ca346eb322f7cec5182ed0dc6b01259f918
tree86be6671af563062dffcfb09e68b2bdd0a28d6bc
parent005a65d1862ec1fe940b4ef2b5dd47dca82d3b28
Close streams in finally block.

Close input and output streams in a finally block so that they do not linger around and occupy system resources when an exception occurs.
src/main/java/com/gitblit/utils/FileUtils.java