> +
> +import org.jclouds.collect.Memoized;
> +import org.jclouds.compute.domain.Hardware;
> +import org.jclouds.compute.domain.HardwareBuilder;
> +import org.jclouds.compute.domain.NodeMetadata;
> +import org.jclouds.compute.domain.NodeMetadataBuilder;
> +import org.jclouds.compute.domain.OperatingSystem;
> +import org.jclouds.compute.domain.OsFamily;
> +import org.jclouds.compute.domain.Processor;
> +import org.jclouds.compute.domain.Volume;
> +import org.jclouds.compute.functions.GroupNamingConvention;
> +import org.jclouds.domain.Location;
> +import org.jclouds.util.InetAddresses2.IsPrivateIPAddress;
> +import static com.google.common.base.Preconditions.checkNotNull;
> +
> +public class ServerToNodeMetadata implements Function<Server, NodeMetadata> {

If this function is not used (since the adapter uses the `ServerInDatacenter` 
class), remove it

---
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#r73312800

Reply via email to