mirror of
https://github.com/apache/jclouds.git
synced 2025-03-01 22:09:05 +00:00
Minor javadoc change
This commit is contained in:
parent
5364ec33da
commit
2f11eac636
@ -154,13 +154,16 @@ public interface ChefAsyncClient {
|
||||
@PathParam("version") String version);
|
||||
|
||||
/**
|
||||
* @see ChefClient#createClient
|
||||
* @see ChefClient#createClient(String)
|
||||
*/
|
||||
@POST
|
||||
@Path("/clients")
|
||||
@MapBinder(BindToJsonPayload.class)
|
||||
ListenableFuture<Client> createClient(@PayloadParam("name") String clientname);
|
||||
|
||||
/**
|
||||
* @see ChefClient#createClient(String, CreateClientOptions)
|
||||
*/
|
||||
@POST
|
||||
@Path("/clients")
|
||||
@MapBinder(BindCreateClientOptionsToJsonPayload.class)
|
||||
|
Loading…
x
Reference in New Issue
Block a user