Skip to content

Commit 05a1acc

Browse files
chore(internal): make OkHttp constructor internal
1 parent 3b82472 commit 05a1acc

File tree

1 file changed

+1
-1
lines changed
  • orb-java-client-okhttp/src/main/kotlin/com/withorb/api/client/okhttp

1 file changed

+1
-1
lines changed

orb-java-client-okhttp/src/main/kotlin/com/withorb/api/client/okhttp/OkHttpClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import okhttp3.logging.HttpLoggingInterceptor
3333
import okio.BufferedSink
3434

3535
class OkHttpClient
36-
private constructor(@JvmSynthetic internal val okHttpClient: okhttp3.OkHttpClient) : HttpClient {
36+
internal constructor(@JvmSynthetic internal val okHttpClient: okhttp3.OkHttpClient) : HttpClient {
3737

3838
override fun execute(request: HttpRequest, requestOptions: RequestOptions): HttpResponse {
3939
val call = newCall(request, requestOptions)

0 commit comments

Comments
 (0)