> @@ -116,6 +122,7 @@
> @Path("/{id}")
> @SelectJson("subnet")
> @Fallback(Fallbacks.NullOnNotFoundOr404.class)
> + @Nullable
> Subnet get(@PathParam("id") String id);[minor] I think we tend to put `@Nullable` on the same line as the object, i.e. ``` @Fallback(... @Nullable Subnet get(... ``` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/47/files#r9439885
