Skip to content

Commit

Permalink
Added return to delete(url, params, handler) docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cherez committed Sep 22, 2015
1 parent 1913b2c commit 6256165
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1413,6 +1413,7 @@ public RequestHandle delete(Context context, String url, Header[] headers, Respo
* @param url the URL to send the request to.
* @param params additional DELETE parameters or files to send with the request.
* @param responseHandler the response handler instance that should handle the response.
* @return RequestHandle of future request process
*/
public RequestHandle delete(String url, RequestParams params, AsyncHttpResponseHandler responseHandler) {
final HttpDelete delete = new HttpDelete(getUrlWithQueryString(isUrlEncodingEnabled, url, params));
Expand Down

0 comments on commit 6256165

Please sign in to comment.