> +      this.delegate = ImmutableMap.<String, Object> builder()
> +            .put("url", url)
> +            .put("code", code)
> +            .put("keep_uri", keepUri)
> +            .put("fqdn", fqdn)
> +            .put("zone", zone).build();
> +   }
> +
> +   /**
> +    * The URL to redirect to
> +    * 
> +    * @return a valid base URL
> +    */
> +   public String getUrl() {
> +       return url;
> +   }

Formatting (indent) looks off here.

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

Reply via email to