> @@ -166,14 +176,28 @@ public boolean apply(AtomicReference<Instance> input) {
>           retry(new Predicate<AtomicReference<Instance>>() {
>              @Override
>              public boolean apply(AtomicReference<Instance> input) {
> -               
> input.set(api.getInstanceApiForProject(userProject.get()).getInZone(template.getLocation().getId(),
> -                       name));
> +                input.set(instanceApi.getInZone(zone,
> +                        name));

Indent wrong, and spurious wrapping?

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

Reply via email to