trevorflanagan commented on this pull request.
> @@ -24,47 +24,29 @@
import java.util.List;
@AutoValue
-public abstract class OsImage {
+public abstract class OsImage extends BaseImage {
+ public static final String TYPE = "OS_IMAGE";
We have empty constructor on line 30.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/380#discussion_r110362560
