> @@ -468,4 +492,21 @@ public CloudStackTemplateOptions userMetadata(String 
> key, String value) {
>     public CloudStackTemplateOptions nodeNames(Iterable<String> nodeNames) {
>        return 
> CloudStackTemplateOptions.class.cast(super.nodeNames(nodeNames));
>     }
> +
> +   /**
> +    * {@inheritDoc}
> +    */
> +   @Override
> +   public CloudStackTemplateOptions networks(Iterable<String> networks) {
> +      return CloudStackTemplateOptions.class.cast(super.networks(networks));
> +   }
> +
> +

Found that and cleaned it up. =)

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

Reply via email to