> @@ -819,10 +817,7 @@ public void run() {
> }
> }
> // Finished writing results to stream
> - try {
> - output.close();
> - } catch (IOException e) {
> - }
> + Closeables2.closeQuietly(output);
I've just seen a bunch of "System.out" in this class. I know it is not the
scope of this PR, but it would be great to replace them by a logger!
--
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#r77900559