> +
> +import com.google.common.base.Objects;
> +
> +/**
> + * This is a internal object in bucket resource
> + * 
> + * @see <a href= 
> "https://developers.google.com/storage/docs/website-configuration"; />
> + */
> +
> +public class Website {
> +
> +   private final String mainPageSuffix;
> +   private final String notFoundPage;
> +
> +   public Website(String mainPageSuffix, String notFoundPage) {
> +

[minor] Remove blank link?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/31/files#r14532910

Reply via email to