> @@ -96,8 +96,9 @@ <h3 class="panel-title">BlobStore</h3>
>
> blobStore.createContainerInLocation(location, "mycontainer");
>
> +ByteSource payload =
> ByteSource.wrap("blob-content".getBytes(Charsets.UTF_8));
Would it make sense to break this line somewhere? It's now the longest line in
the example:

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