aws / aws-toolkit-eclipse

(End of life: May 31, 2023) AWS Toolkit for Eclipse
http://aws.amazon.com/eclipse
Apache License 2.0
275 stars 179 forks source link

Use try-with-resources #198

Closed asashour closed 4 years ago

asashour commented 4 years ago

Which simplifies the code instead of explicitly closing() the resources in finally block

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.