Skip to content

Commit dc45b56

Browse files
committed
Regenerate sample code.
1 parent c8a93a5 commit dc45b56

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • samples/client/petstore/kotlin-modelMutable/src/main/kotlin/org/openapitools/client/infrastructure

samples/client/petstore/kotlin-modelMutable/src/main/kotlin/org/openapitools/client/infrastructure/ApiClient.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@ open class ApiClient(val baseUrl: String, val client: Call.Factory = defaultClie
105105
var accessToken: String? = null
106106
const val BASE_URL_KEY: String = "org.openapitools.client.baseUrl"
107107

108-
@Deprecated(
109-
message = "Please use the capitalized constant `BASE_URL_KEY` instead.",
110-
replaceWith = ReplaceWith("BASE_URL_KEY")
111-
)
112-
const val baseUrlKey: String = BASE_URL_KEY
113-
114108
@JvmStatic
115109
val defaultClient: OkHttpClient by lazy {
116110
builder.build()

0 commit comments

Comments
 (0)