> @@ -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: Oops...RTFM. Thanks. +1 - looks good to me! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/379/files#r13074143
