Skip to content

Commit ebaeff5

Browse files
committed
Mark BinaryHttpResponseHandler.onFailure as deprecated
1 parent d179fa3 commit ebaeff5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public void onSuccess(int statusCode, byte[] binaryData) {
100100
* Fired when a request fails to complete, override to handle in your own code
101101
* @param error the underlying cause of the failure
102102
* @param binaryData the response body, if any
103+
* @deprecated
103104
*/
104105
public void onFailure(Throwable error, byte[] binaryData) {
105106
// By default, call the deprecated onFailure(Throwable) for compatibility

0 commit comments

Comments
 (0)