> +import java.util.Date;
> +import java.util.Map;
> +
> +import javax.inject.Named;
> +
> +import org.jclouds.javax.annotation.Nullable;
> +
> +import com.google.common.base.CaseFormat;
> +import com.google.common.base.Objects;
> +import com.google.common.base.Objects.ToStringHelper;
> +import com.google.common.collect.ImmutableMap;
> +
> +/**
> + * An Openstack Manila Share.
> + */
> +public class Share {

This should use AutoValue with the auto value builder. It will save a lot of 
code and is the right thing to do going forward.

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

Reply via email to