Fix for latest Chef versions.

This commit is contained in:
Chris Custine 2011-05-23 01:08:16 -06:00
parent c67105823b
commit 11c1f29e41
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ public interface ChefAsyncClient {
*/
@POST
@Path("/clients")
ListenableFuture<Client> createClient(@BinderParam(BindClientnameToJsonPayload.class) String clientname);
ListenableFuture<Client> createClient(@BinderParam(BindNameToJsonPayload.class) String clientname);
/**
* @see ChefClient#generateKeyForClient