mirror of https://github.com/apache/jclouds.git
Issue 830: Remove wrong exception parser
This commit is contained in:
parent
ab4d8da22b
commit
40e38a3ad6
|
@ -139,7 +139,6 @@ public interface VAppAsyncClient {
|
|||
@Produces(CONTROL_ACCESS)
|
||||
@Consumes(CONTROL_ACCESS)
|
||||
@JAXBResponseParser
|
||||
@ExceptionParser(ThrowVCloudErrorOn4xx.class)
|
||||
ListenableFuture<ControlAccessParams> modifyControlAccess(@EndpointParam URI vAppURI,
|
||||
@BinderParam(BindToXMLPayload.class) ControlAccessParams params);
|
||||
|
||||
|
|
Loading…
Reference in New Issue