Skip to content

Commit 393c210

Browse files
committed
fixing docs
1 parent 8528937 commit 393c210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/loopj/android/http/HttpResponseException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
package com.loopj.android.http;
2020

2121
/**
22-
* Custom exception class, that inherits from HttpResponseException, but includes
23-
* HTTP response body.
22+
* Custom exception class, that inherits from
23+
* org.apache.http.client.HttpResponseException, but includes HTTP response body.
2424
*/
2525
public class HttpResponseException extends org.apache.http.client.HttpResponseException {
2626
private String responseBody = null;

0 commit comments

Comments
 (0)