> @@ -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:

![image](https://f.cloud.github.com/assets/223702/2332924/345b96bc-a461-11e3-81bf-b828b814893c.png)


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

Reply via email to