Skip to content

Commit

Permalink
Fix KotlinSourceModernTest
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Jan 4, 2025
1 parent 61cd527 commit a29e793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions okhttp/src/commonJvmAndroid/kotlin/okhttp3/Connection.kt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ import java.net.Socket
interface Connection {
/** Unique id of this connection, assigned at the time of the attempt. */
val id: Long
get() = 0L

/** Returns the route used by this connection. */
fun route(): Route
Expand Down

0 comments on commit a29e793

Please sign in to comment.