> @@ -819,10 +817,7 @@ public void run() {
>                 }
>              }
>              // Finished writing results to stream
> -            try {
> -               output.close();
> -            } catch (IOException e) {
> -            }
> +            Closeables2.closeQuietly(output);

> enclose the entire for block in a try/finally block

I merged the fixes for now, I will see if I can do a somewhat more complex 
refactoring in a separate PR later. I wanted to spend some time looking at 
reusing this code for BaseBlobstore first, before I spend too much time on it.

-- 
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#r77907926

Reply via email to