commit | 57fbb5222552bd9c8e7fc2fe97058c3b9f74c09b | [log] [tgz] |
---|---|---|
author | Hector Oswaldo Caballero <hector.caballero@ericsson.com> | Sat Sep 05 10:37:58 2015 -0400 |
committer | Christian Aistleitner <christian@quelltextlich.at> | Sun Sep 13 22:27:56 2015 +0200 |
tree | 856b78e974f8e4d816c3c6acca542fb2bd6b054c | |
parent | 2d29db47bd8b30f0299bd5a813f41c559494ef03 [diff] |
Use try with resources for buffered writers and file writers With the latest Eclipse settings, a warning was shown when objects that implement Autoclosable interface are not handled within a try-with-resources statement. Use try-with-resources for BufferedWriters and FileWriters. Change-Id: Icea1da6984857d177e1e296c4dfabe450b570b9c