We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OkHttp
1 parent 8ec7bbb commit 7176a5aCopy full SHA for 7176a5a
1 file changed
brand-dev-java-client-okhttp/src/main/kotlin/com/branddev/api/client/okhttp/OkHttpClient.kt
@@ -33,7 +33,7 @@ import okhttp3.logging.HttpLoggingInterceptor
33
import okio.BufferedSink
34
35
class OkHttpClient
36
-private constructor(@JvmSynthetic internal val okHttpClient: okhttp3.OkHttpClient) : HttpClient {
+internal constructor(@JvmSynthetic internal val okHttpClient: okhttp3.OkHttpClient) : HttpClient {
37
38
override fun execute(request: HttpRequest, requestOptions: RequestOptions): HttpResponse {
39
val call = newCall(request, requestOptions)
0 commit comments