> .build();
> }
>
> @Override
> public Image getImage(String id) {
> - return
> MoreObjects.firstNonNull(api.getImageApiForProject(userProject.get()).get(id),
> -
> MoreObjects.firstNonNull(api.getImageApiForProject(DEBIAN_PROJECT).get(id),
> -
> api.getImageApiForProject(CENTOS_PROJECT).get(id)));
> + return
> MoreObjects.firstNonNull(api.getImageApi(userProject.get()).get(id),
though maybe just a rebase will take care of it.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/22/files#r19370179