> @@ -102,6 +103,27 @@ public String toString() {
>  
>     }
>  
> +   public static class BlockDevice{
> +      @Named("volume_size")
> +      String volumeSize = "";
> +      @Named("volume_id")
> +      String volumeId;
> +      @Named("delete_on_termination")
> +      int deleteOnTermination = 0;
> +      @Named("device_name")
> +      String deviceName;
> +
> +      public BlockDevice(String volumeId, String deviceName){

[minor] Space before `{`

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

Reply via email to