> @@ -549,7 +549,7 @@ public BlobMetadata blobMetadata(String containerName,
> String key) {
> try {
> Blob blob = getBlob(containerName, key);
> return blob != null ? (BlobMetadata)
> BlobStoreUtils.copy(blob.getMetadata()) : null;
> - } catch (Exception e) {
> + } catch (RuntimeException e) {dunno how changing language levels made this happen, but whatev! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/585/files#r19371863
