> @@ -819,10 +817,7 @@ public void run() {
> }
> }
> // Finished writing results to stream
> - try {
> - output.close();
> - } catch (IOException e) {
> - }
> + Closeables2.closeQuietly(output);Good idea -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1007/files/0003721c3e983e3f3c08824d86cbc7e5098f4eb4#r77902010
