> + * limitations under the License.
> + */
> +package org.jclouds.shipyard.domain.images;
> +
> +import java.util.List;
> +
> +import org.jclouds.domain.Location;
> +import org.jclouds.javax.annotation.Nullable;
> +import org.jclouds.json.SerializedNames;
> +
> +import com.google.auto.value.AutoValue;
> +
> +@AutoValue
> +public abstract class ImageInfo {
> +   
> +   public abstract String Created();

Don't use capitalised method names.

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

Reply via email to