From c0269fcfa876b9c5cf309b2006462b4d09c5ef95 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 28 七月 2021 18:09:02 +0800
Subject: [PATCH] 包名及目录修改

---
 library-mine/src/com/lcjian/library/okhttp/request/CountingRequestBody.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/library-mine/src/com/lcjian/library/okhttp/request/CountingRequestBody.java b/library-mine/src/com/lcjian/library/okhttp/request/CountingRequestBody.java
index 9f9a30b..2a52db3 100644
--- a/library-mine/src/com/lcjian/library/okhttp/request/CountingRequestBody.java
+++ b/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);
     }
 
 }
\ No newline at end of file

--
Gitblit v1.8.0