We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OkHttp
1 parent 4f87f8c commit 4817a04Copy full SHA for 4817a04
1 file changed
finch-java-client-okhttp/src/main/kotlin/com/tryfinch/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