> return imageReferenceToImage.apply(ref);
> }
> }
> }
> }
> throw new UncheckedTimeoutException("Image was not created
> within the time limit: "
> - + cloneTemplate.getName());
> + + cloneTemplate.getName());
`cloneTemplate` and `template` are both used here. Let's stick to the local one
to avoid modifying references to an input variable.
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/305/files/93cecad810be0366709b28b2dbf3259efe10dec2#r73189724