mirror of https://github.com/apache/jclouds.git
Correct HttpAsyncClient.put Javadoc
This commit is contained in:
parent
3aae5c2340
commit
eb2a9b6ed5
|
@ -46,7 +46,7 @@ import com.google.common.util.concurrent.ListenableFuture;
|
|||
*/
|
||||
public interface HttpAsyncClient {
|
||||
/**
|
||||
* @see HttpClient#post
|
||||
* @see HttpClient#put
|
||||
*/
|
||||
@PUT
|
||||
@ResponseParser(ParseETagHeader.class)
|
||||
|
|
Loading…
Reference in New Issue