> @@ -82,6 +83,10 @@
> @Path("/stop")
> Operation stopInstance(@EndpointParam URI selfLink);
>
> + @Named("Subnetworks:get")
> + @GET
> + @Fallback(NullOnNotFoundOr404.class) @Nullable Subnetwork
> subnetwork(@EndpointParam URI selfLink);This method is not used. Remove it? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1006/files/0c51ed39650e9cab341136716a9d9732c63f7dd0#r78044528
