> +import org.jclouds.domain.LocationScope; > +import org.jclouds.location.suppliers.all.JustProvider; > + > +import com.google.common.base.Function; > +import com.google.common.collect.ImmutableSet; > + > +/** > + * Transforms an {@link Region} to the jclouds portable model. > + * > + * @author Sergi Castro > + * @author Ignasi Barrera > + */ > +@Singleton > +public class RegionToLocation implements Function<Region, Location> { > + > + private final JustProvider justProvider;
What is a "JustProvider"? "just" as in "only"? Or ["righteous"](http://www.merriam-webster.com/dictionary/righteous)? Or..? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/49/files#r9152112