library-mine/src/com/lcjian/library/okhttp/request/CountingRequestBody.java
@@ -83,9 +83,9 @@ } public static interface Listener public interface Listener { public void onRequestProgress(long bytesWritten, long contentLength); void onRequestProgress(long bytesWritten, long contentLength); } }