> @@ -217,6 +213,7 @@ public String putBlob(final String containerName, final 
> Blob blob) throws IOExce
>           }
>           throw ex;
>        } finally {
> +         Closeables.closeQuietly(his);

Guava 17 re-introduces the safe variants of ```closeQuietly```, i.e., the 
readable ones:

http://docs.guava-libraries.googlecode.com/git/javadoc/com/google/common/io/Closeables.html#closeQuietly(java.io.InputStream)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/379/files#r13062388

Reply via email to