> > /** > * Provides access to Image features. > */ > @Delegate > - ImageApi getImageApiForZone(@EndpointParam(parser = > ZoneToEndpointNegotiateVersion.class) @Nullable String zone); > + ImageApi getImageApi(@EndpointParam(parser = > RegionToEndpointNegotiateVersion.class) @Nullable String region);
So this is nullable, and the meaning of passing null here is...? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/123/files#r15943156
