> +         return self();
> +      }
> +
> +      /**
> +       * @see org.jclouds.googlecomputeengine.domain.AbstractDisk#getStatus()
> +       */
> +      public T status(String status) {
> +         this.status = status;
> +         return self();
> +      }
> +
> +
> +      @Override
> +      protected T self() {
> +         return self();
> +      }

Will this not cause an endless loop?

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

Reply via email to