You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Ignasi Barrera <no...@github.com> on 2015/08/04 11:20:31 UTC

Re: [jclouds-labs] JCLOUDS-971: add statistics and miscellaneous API (#195)

> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +
> +package org.jclouds.etcd.domain.miscellaneous;
> +
> +import org.jclouds.json.SerializedNames;
> +
> +import com.google.auto.value.AutoValue;
> +
> +@AutoValue
> +public abstract class Version {
> +
> +   public abstract String etcdserver();
> +
> +   public abstract String etcdcluster();

Use camel case for these methods.

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