> if (!Strings.isNullOrEmpty(id)) {
> - ChefService service = null;
> - for (ChefService svc : services) {
> - if (id.equals(svc.getContext().unwrap().getName())) {
> - 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#r29634927
