>   */
>  @Singleton
>  public class SoftLayerComputeServiceAdapter implements
> -      ComputeServiceAdapter<VirtualGuest, Iterable<ProductItem>, 
> ProductItem, Datacenter> {
> +      ComputeServiceAdapter<VirtualGuest, Hardware, OperatingSystem, 
> Datacenter> {
> +
> +   private static final String BOOTABLE_DEVICE = "0";
> +   public static final String DEFAULT_DISK_TYPE = "LOCAL";
> +   public static final int DEFAULT_PORT_SPEED = 100;
> +   private static final boolean INCLUDE_PUBLIC_IMAGE = false;

This variable is not used.

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

Reply via email to