>     private RootDeviceType rootDeviceType = RootDeviceType.INSTANCE_STORE;
>     private Map<String, EbsBlockDevice> ebsBlockDevices = Maps.newHashMap();
> +   private Map<String, String> tags = Maps.newLinkedHashMap();

Guessing iteration order is important here? Or is it a LinkedHashMap for 
performance reasons?

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

Reply via email to