> @@ -727,12 +731,21 @@ public Template build() {
>     }
>  
>     private Image findImageWithId(Set<? extends Image> images) {
> -      Image image;
> -      // TODO: switch to GetImageStrategy in version 1.5
> -      image = tryFind(images, idPredicate).orNull();
> -      if (image == null)
> -         throwNoSuchElementExceptionAfterLoggingImageIds(format("%s not 
> found", idPredicate), images);
> -      return image;
> +      // Try find the image in the cache and fallback to the GetImageStrategy

[minor] "Try to find..."

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

Reply via email to