> @@ -67,7 +67,7 @@
>      * Provides synchronous access to availability zone features
>      */
>     @Delegate
> -   AvailabilityZoneAPI getAvailabilityZoneApi(
> +   Optional<? extends AvailabilityZoneAPI> getAvailabilityZoneApi(

I just refactored it to return an Optional but the base type was already like 
that.  I guess we can fix that if we make this a breaking change.

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

Reply via email to