> @@ -95,9 +95,9 @@ public static Attachment create(String hostedService, > String deployment, String > */ > @Nullable public abstract String sourceImage(); > > - public static Disk create(String name, String location, String > affinityGroup, String description, OSImage.Type os, > + public static Disk create(String name, String location, String > affinityGroup, String description, OSImage.Type OS,
no need to change from `os` to `OS` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/117/files#r22093935
