Skip to content

Commit 68482b3

Browse files
committed
Merge pull request android-async-http#345 from sweetlilmre/master
Added missing @deprecated
2 parents c6746ab + daef5de commit 68482b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/src/com/loopj/android/http/AsyncHttpResponseHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ public void onSuccess(String content) {
196196
* @param content the body of the HTTP response from the server
197197
* @deprecated use {@link #onSuccess(int, Header[], byte[])}
198198
*/
199+
@Deprecated
199200
public void onSuccess(int statusCode, Header[] headers, String content) {
200201
onSuccess(statusCode, content);
201202
}

0 commit comments

Comments
 (0)