> +import com.google.inject.Inject;
> +
> +/**
> + * Transforms a google compute domain specific machine type to a generic 
> Hardware object.
> + *
> + * @author David Alves
> + */
> +public class MachineTypeInZoneToHardware implements 
> Function<MachineTypeInZone, Hardware> {
> +
> +   private final Supplier<Map<URI, ? extends Location>> locations;
> +
> +   @Inject
> +   public MachineTypeInZoneToHardware(@Memoized Supplier<Map<URI, ? extends 
> Location>> locations) {
> +      this.locations = locations;
> +   }
> +   @Override

Add blank line

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

Reply via email to