admin
2021-07-28 c0269fcfa876b9c5cf309b2006462b4d09c5ef95
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);
    }
}