mirror of https://github.com/apache/jclouds.git
Merge pull request #1182 from aplowe/master
openstack-nova: NPE in SecurityGroupApi.delete()
This commit is contained in:
commit
f6990c60c9
|
@ -102,7 +102,7 @@ public interface SecurityGroupAsyncApi {
|
||||||
*/
|
*/
|
||||||
@DELETE
|
@DELETE
|
||||||
@Path("/os-security-groups/{id}")
|
@Path("/os-security-groups/{id}")
|
||||||
@Fallback(NullOnNotFoundOr404.class)
|
@Fallback(FalseOnNotFoundOr404.class)
|
||||||
@Consumes(MediaType.APPLICATION_JSON)
|
@Consumes(MediaType.APPLICATION_JSON)
|
||||||
ListenableFuture<Boolean> delete(@PathParam("id") String id);
|
ListenableFuture<Boolean> delete(@PathParam("id") String id);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue