> @@ -199,8 +207,7 @@ public VirtualMachineTemplateInVirtualDatacenter 
> apply(final VirtualDatacenter v
>  
>     @Override
>     public VirtualMachineTemplate getImage(final String id) {
> -      Enterprise enterprise = adminService.getCurrentEnterprise();
> -      return find(enterprise.listTemplates(), new 
> Predicate<VirtualMachineTemplate>() {
> +      return find(listImages(), new Predicate<VirtualMachineTemplate>() {

How is this change related to the rest of the PR? Or is this just cleanup?

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

Reply via email to