mirror of https://github.com/apache/jclouds.git
formatting fix
This commit is contained in:
parent
98adf79f93
commit
e153b1ed22
|
@ -79,8 +79,8 @@ public interface OrgAsyncClient {
|
||||||
@JAXBResponseParser
|
@JAXBResponseParser
|
||||||
@ExceptionParser(ThrowVCloudErrorOn4xx.class)
|
@ExceptionParser(ThrowVCloudErrorOn4xx.class)
|
||||||
ListenableFuture<ControlAccessParams> modifyControlAccess(@EndpointParam URI orgRef,
|
ListenableFuture<ControlAccessParams> modifyControlAccess(@EndpointParam URI orgRef,
|
||||||
@PathParam("catalogId") String catalogId,
|
@PathParam("catalogId") String catalogId,
|
||||||
@BinderParam(BindToXMLPayload.class) ControlAccessParams params);
|
@BinderParam(BindToXMLPayload.class) ControlAccessParams params);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see OrgClient#getControlAccess(URI, URI, ControlAccessParams)
|
* @see OrgClient#getControlAccess(URI, URI, ControlAccessParams)
|
||||||
|
@ -91,7 +91,7 @@ public interface OrgAsyncClient {
|
||||||
@JAXBResponseParser
|
@JAXBResponseParser
|
||||||
@ExceptionParser(ThrowVCloudErrorOn4xx.class)
|
@ExceptionParser(ThrowVCloudErrorOn4xx.class)
|
||||||
ListenableFuture<ControlAccessParams> getControlAccess(@EndpointParam URI orgRef,
|
ListenableFuture<ControlAccessParams> getControlAccess(@EndpointParam URI orgRef,
|
||||||
@PathParam("catalogId") String catalogId);
|
@PathParam("catalogId") String catalogId);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return asynchronous access to {@link Metadata.Readable} features
|
* @return asynchronous access to {@link Metadata.Readable} features
|
||||||
|
|
Loading…
Reference in New Issue