> @@ -67,7 +67,7 @@ > * Provides synchronous access to availability zone features > */ > @Delegate > - AvailabilityZoneAPI getAvailabilityZoneApi( > + Optional<? extends AvailabilityZoneAPI> getAvailabilityZoneApi(
Just a minor...why is this `...API` (caps) when pretty much everywhere else, I think, we use `...Api`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/392/files#r13737280
