Multibit-Legacy / multibit-hd

Deprecated Bitcoin Wallet
https://multibit.org/blog/2017/07/26/multibit-shutdown.html
Other
169 stars 124 forks source link

Resources should be closed #851

Closed AymanDF closed 8 years ago

AymanDF commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule squid:S2095 - “ Resources should be closed”. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S2095 Please let me know if you have any questions. Ayman Abdelghany.

AymanDF commented 8 years ago

Modified the code to use try-with-resources syntax and adjusted formatted lines to comply with project format.

gary-rowe commented 8 years ago

OK, this looks good to me - thanks for modifying the PR.

develop is in a code freeze while we release 0.2.0 so I'll merge later.