>        if (generateInstanceNames && !common.containsKey("Name")) {
>           for (Map.Entry<String, ? extends NodeMetadata> entry : 
> instancesById.entrySet()) {
>              String id = entry.getKey();
> -            NodeMetadata instance = entry.getValue();
> -
> +            String name;
> +            if (nameIter.hasNext()) {

Done.

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

Reply via email to