Skip to content

Commit ac8f1c2

Browse files
chore(internal): make OkHttp constructor internal
1 parent 38d7082 commit ac8f1c2

File tree

1 file changed

+1
-1
lines changed
  • onebusaway-sdk-java-client-okhttp/src/main/kotlin/org/onebusaway/client/okhttp

1 file changed

+1
-1
lines changed

onebusaway-sdk-java-client-okhttp/src/main/kotlin/org/onebusaway/client/okhttp/OkHttpClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import org.onebusaway.core.http.HttpResponse
3434
import org.onebusaway.errors.OnebusawaySdkIoException
3535

3636
class OkHttpClient
37-
private constructor(@JvmSynthetic internal val okHttpClient: okhttp3.OkHttpClient) : HttpClient {
37+
internal constructor(@JvmSynthetic internal val okHttpClient: okhttp3.OkHttpClient) : HttpClient {
3838

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

0 commit comments

Comments
 (0)