> +      /**
> +       * @param capabilities The capabilities of this Stack.
> +       * @return The builder object.
> +       * @see Stack#getCapabilities()
> +       */
> +      public T capabilities(Set<String> capabilities) {
> +         this.capabilities = capabilities;
> +         return self();
> +      }
> +
> +      /**
> +       * @param parameters The parameters of this Stack.
> +       * @return The builder object.
> +       * @see Stack#getParameters()
> +       */
> +//      public Builder parameters(Set<StackParameter> parameters) {

Should this commented out code be deleted?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/159/files#r21987223

Reply via email to