Skip to content

Commit 6256165

Browse files
committed
Added return to delete(url, params, handler) docs
1 parent 1913b2c commit 6256165

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/main/java/com/loopj/android/http/AsyncHttpClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,6 +1413,7 @@ public RequestHandle delete(Context context, String url, Header[] headers, Respo
14131413
* @param url the URL to send the request to.
14141414
* @param params additional DELETE parameters or files to send with the request.
14151415
* @param responseHandler the response handler instance that should handle the response.
1416+
* @return RequestHandle of future request process
14161417
*/
14171418
public RequestHandle delete(String url, RequestParams params, AsyncHttpResponseHandler responseHandler) {
14181419
final HttpDelete delete = new HttpDelete(getUrlWithQueryString(isUrlEncodingEnabled, url, params));

0 commit comments

Comments
 (0)