1
0
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:
Jesse Wilson
2018-02-09 01:20:57 -05:00
committed by Yuri Schimke
parent 0aa5723dc8
commit d0418379a7
28 changed files with 37 additions and 36 deletions

View File

@@ -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;