> @@ -192,10 +198,10 @@ public static ChefService getChefService(String id, 
> String api, List<ChefService
>          }
>  
>          if (!Strings.isNullOrEmpty(api)) {
> -            ChefService service = null;
> -            for (ChefService svc : services) {
> -                if (api.equals(svc.getContext().unwrap().getId())) {
> -                    service = svc;
> +           ApiContext<ChefApi> service = null;

[minor] Indent off?

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

Reply via email to