mirror of
https://github.com/square/okhttp.git
synced 2025-11-26 06:43:09 +03:00
Move MockWebServer's internal package to not collide with OkHttp's. (#3837)
Hoping this may prevent problems with the Java Platform Module System.
This commit is contained in:
committed by
Yuri Schimke
parent
0aa5723dc8
commit
d0418379a7
@@ -32,7 +32,7 @@ import okhttp3.Request;
|
||||
import okhttp3.RequestBody;
|
||||
import okhttp3.Response;
|
||||
import okhttp3.ResponseBody;
|
||||
import okhttp3.internal.tls.SslClient;
|
||||
import okhttp3.mockwebserver.internal.tls.SslClient;
|
||||
import okhttp3.logging.HttpLoggingInterceptor.Level;
|
||||
import okhttp3.mockwebserver.MockResponse;
|
||||
import okhttp3.mockwebserver.MockWebServer;
|
||||
|
||||
Reference in New Issue
Block a user