commit | 81a6cee059d48239cae5f35da1afe2c83d47726f | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Wed May 27 12:18:49 2015 +0100 |
committer | Paul Duffin <paulduffin@google.com> | Wed May 27 13:54:58 2015 +0100 |
tree | 1df635fbf903ce07f755febecc180109f7dcd191 | |
parent | 3223c5d3246cbca34218122b0a1ac46769f03a8a [diff] |
Switching to use try-with-resources The Closeables.closeQuietly(Closeable) method is no longer present in v18. This change replaces usages with the try-with-resource pattern. This is part of the work to upgrade Guava to version 18. BUG: 19672715 Change-Id: Ice213c8250253acf87f386a1b9c9fc0f159cd7e0