mirror of
https://github.com/square/okhttp.git
synced 2025-08-08 23:42:08 +03:00
Increase severity of bridge methods to ERROR. (#5160)
Delete the KotlinSourceCompatibilityTest. It has served its purpose.
This commit is contained in:
committed by
Yuri Schimke
parent
e6002bd9c4
commit
20cd3a0893
@@ -138,7 +138,7 @@ class HttpLoggingInterceptor @JvmOverloads constructor(
|
||||
@Deprecated(
|
||||
message = "moved to var",
|
||||
replaceWith = ReplaceWith(expression = "level"),
|
||||
level = DeprecationLevel.WARNING)
|
||||
level = DeprecationLevel.ERROR)
|
||||
fun getLevel(): Level = level
|
||||
|
||||
@Throws(IOException::class)
|
||||
|
Reference in New Issue
Block a user