> +
> +   /*
> +    * Methods to get the builder follow.
> +    */
> +
> +   /**
> +    * @return the Builder for SessionPersistence.
> +    */
> +   public static Builder builder() {
> +      return new Builder();
> +   }
> +
> +   /**
> +    * Gets a Builder configured as this object.
> +    */
> +   public Builder toBuilder() {

I usually don't see the to and from builder methods used much, but eh.

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

Reply via email to