Correct HttpAsyncClient.put Javadoc

This commit is contained in:
Andrew Gaul 2013-03-27 12:44:29 -07:00
parent 3aae5c2340
commit eb2a9b6ed5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ import com.google.common.util.concurrent.ListenableFuture;
*/
public interface HttpAsyncClient {
/**
* @see HttpClient#post
* @see HttpClient#put
*/
@PUT
@ResponseParser(ParseETagHeader.class)