mirror of
https://github.com/square/okhttp.git
synced 2025-11-24 18:41:06 +03:00
Code cleanup and imports (#6822)
This commit is contained in:
@@ -43,7 +43,7 @@ class FakeDns : Dns {
|
||||
hostname: String,
|
||||
index: Int
|
||||
): InetAddress {
|
||||
return hostAddresses[hostname]!!.get(index)
|
||||
return hostAddresses[hostname]!![index]
|
||||
}
|
||||
|
||||
@Throws(UnknownHostException::class)
|
||||
|
||||
Reference in New Issue
Block a user