1
0
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:
Jesse Wilson
2019-06-03 01:38:19 -04:00
committed by Yuri Schimke
parent e6002bd9c4
commit 20cd3a0893
28 changed files with 163 additions and 1397 deletions

View File

@@ -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)