Skip to content

Commit 4fcc50f

Browse files
committed
Updated javadoc for onProgress after (long,long) to (int,int) change, android-async-http#897
1 parent ddf6f83 commit 4fcc50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
* }
6868
*
6969
* @Override
70-
* public void onProgress(int bytesWritten, int totalSize) {
70+
* public void onProgress(long bytesWritten, long totalSize) {
7171
* // Progress notification
7272
* }
7373
*

0 commit comments

Comments
 (0)