> @@ -49,6 +53,7 @@
>  public class SoftLayerTemplateOptions extends TemplateOptions implements 
> Cloneable {
>  
>     protected String domainName = "jclouds.org";
> +   protected Optional<List<Integer>> blockDevices = Optional.absent();

Add this variable to the `copyTo` method too, so the object is properly cloned.

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

Reply via email to