> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +package org.apache.jclouds.profitbricks.rest.compute.function;
> +
> +import com.google.common.base.Function;
> +import static com.google.common.base.Preconditions.checkNotNull;
> +import com.google.common.collect.ImmutableMap;
> +import com.google.inject.Inject;
> +import org.apache.jclouds.profitbricks.rest.domain.DataCenter;
> +import org.jclouds.domain.Location;
> +import org.jclouds.domain.LocationBuilder;
> +import org.jclouds.domain.LocationScope;
> +
> +public class DataCenterToLocation implements Function<DataCenter, Location> {Locations are configured by properties. This class should no longer be needed and could be removed. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/292/files/9251ab7434bcafb1dcbec5a718acc3c24517c94d#r73312316
