Skip to content

Commit 53460c7

Browse files
committed
Regenerate samples code.
1 parent b674d41 commit 53460c7

11 files changed

Lines changed: 0 additions & 22 deletions

File tree

  • samples/client
    • echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/infrastructure
    • others
      • kotlin-oneOf-anyOf-kotlinx-serialization/src/main/kotlin/org/openapitools/client/infrastructure
      • kotlin-oneOf-discriminator-kotlinx-serialization/src/main/kotlin/org/openapitools/client/infrastructure
    • petstore
      • kotlin-default-values-jvm-retrofit2/src/main/kotlin/org/openapitools/client/infrastructure
      • kotlin-jvm-jackson/src/main/kotlin/org/openapitools/client/infrastructure
      • kotlin-jvm-retrofit2-coroutines/src/main/kotlin/org/openapitools/client/infrastructure
      • kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/infrastructure
      • kotlin-retrofit2-jackson/src/main/kotlin/org/openapitools/client/infrastructure
      • kotlin-retrofit2-kotlinx_serialization/src/main/kotlin/org/openapitools/client/infrastructure
      • kotlin-retrofit2-rx3/src/main/kotlin/org/openapitools/client/infrastructure
      • kotlin-retrofit2/src/main/kotlin/org/openapitools/client/infrastructure

samples/client/echo_api/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/infrastructure/ApiClient.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,11 @@ class ApiClient(
158158
}
159159

160160
companion object {
161-
@JvmStatic
162161
protected const val BASE_URL_KEY: String = "org.openapitools.client.baseUrl"
163162
@Deprecated(
164163
message = "Please use the capitalized constant `BASE_URL_KEY` instead.",
165164
replaceWith = ReplaceWith("BASE_URL_KEY")
166165
)
167-
@JvmStatic
168166
protected const val baseUrlKey: String = BASE_URL_KEY
169167

170168
@JvmStatic

samples/client/others/kotlin-oneOf-anyOf-kotlinx-serialization/src/main/kotlin/org/openapitools/client/infrastructure/ApiClient.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,11 @@ class ApiClient(
100100
}
101101

102102
companion object {
103-
@JvmStatic
104103
protected const val BASE_URL_KEY: String = "org.openapitools.client.baseUrl"
105104
@Deprecated(
106105
message = "Please use the capitalized constant `BASE_URL_KEY` instead.",
107106
replaceWith = ReplaceWith("BASE_URL_KEY")
108107
)
109-
@JvmStatic
110108
protected const val baseUrlKey: String = BASE_URL_KEY
111109

112110
@JvmStatic

samples/client/others/kotlin-oneOf-discriminator-kotlinx-serialization/src/main/kotlin/org/openapitools/client/infrastructure/ApiClient.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,11 @@ class ApiClient(
100100
}
101101

102102
companion object {
103-
@JvmStatic
104103
protected const val BASE_URL_KEY: String = "org.openapitools.client.baseUrl"
105104
@Deprecated(
106105
message = "Please use the capitalized constant `BASE_URL_KEY` instead.",
107106
replaceWith = ReplaceWith("BASE_URL_KEY")
108107
)
109-
@JvmStatic
110108
protected const val baseUrlKey: String = BASE_URL_KEY
111109

112110
@JvmStatic

samples/client/petstore/kotlin-default-values-jvm-retrofit2/src/main/kotlin/org/openapitools/client/infrastructure/ApiClient.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,11 @@ class ApiClient(
100100
}
101101

102102
companion object {
103-
@JvmStatic
104103
protected const val BASE_URL_KEY: String = "org.openapitools.client.baseUrl"
105104
@Deprecated(
106105
message = "Please use the capitalized constant `BASE_URL_KEY` instead.",
107106
replaceWith = ReplaceWith("BASE_URL_KEY")
108107
)
109-
@JvmStatic
110108
protected const val baseUrlKey: String = BASE_URL_KEY
111109

112110
@JvmStatic

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,11 @@ class ApiClient(
211211
}
212212

213213
companion object {
214-
@JvmStatic
215214
protected const val BASE_URL_KEY: String = "org.openapitools.client.baseUrl"
216215
@Deprecated(
217216
message = "Please use the capitalized constant `BASE_URL_KEY` instead.",
218217
replaceWith = ReplaceWith("BASE_URL_KEY")
219218
)
220-
@JvmStatic
221219
protected const val baseUrlKey: String = BASE_URL_KEY
222220

223221
@JvmStatic

samples/client/petstore/kotlin-jvm-retrofit2-coroutines/src/main/kotlin/org/openapitools/client/infrastructure/ApiClient.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,11 @@ class ApiClient(
212212
}
213213

214214
companion object {
215-
@JvmStatic
216215
protected const val BASE_URL_KEY: String = "org.openapitools.client.baseUrl"
217216
@Deprecated(
218217
message = "Please use the capitalized constant `BASE_URL_KEY` instead.",
219218
replaceWith = ReplaceWith("BASE_URL_KEY")
220219
)
221-
@JvmStatic
222220
protected const val baseUrlKey: String = BASE_URL_KEY
223221

224222
@JvmStatic

samples/client/petstore/kotlin-model-prefix-type-mappings/src/main/kotlin/org/openapitools/client/infrastructure/ApiClient.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,11 @@ class ApiClient(
231231
}
232232

233233
companion object {
234-
@JvmStatic
235234
protected const val BASE_URL_KEY: String = "org.openapitools.client.baseUrl"
236235
@Deprecated(
237236
message = "Please use the capitalized constant `BASE_URL_KEY` instead.",
238237
replaceWith = ReplaceWith("BASE_URL_KEY")
239238
)
240-
@JvmStatic
241239
protected const val baseUrlKey: String = BASE_URL_KEY
242240

243241
@JvmStatic

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,11 @@ class ApiClient(
211211
}
212212

213213
companion object {
214-
@JvmStatic
215214
protected const val BASE_URL_KEY: String = "org.openapitools.client.baseUrl"
216215
@Deprecated(
217216
message = "Please use the capitalized constant `BASE_URL_KEY` instead.",
218217
replaceWith = ReplaceWith("BASE_URL_KEY")
219218
)
220-
@JvmStatic
221219
protected const val baseUrlKey: String = BASE_URL_KEY
222220

223221
@JvmStatic

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,11 @@ class ApiClient(
211211
}
212212

213213
companion object {
214-
@JvmStatic
215214
protected const val BASE_URL_KEY: String = "org.openapitools.client.baseUrl"
216215
@Deprecated(
217216
message = "Please use the capitalized constant `BASE_URL_KEY` instead.",
218217
replaceWith = ReplaceWith("BASE_URL_KEY")
219218
)
220-
@JvmStatic
221219
protected const val baseUrlKey: String = BASE_URL_KEY
222220

223221
@JvmStatic

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,11 @@ class ApiClient(
213213
}
214214

215215
companion object {
216-
@JvmStatic
217216
protected const val BASE_URL_KEY: String = "org.openapitools.client.baseUrl"
218217
@Deprecated(
219218
message = "Please use the capitalized constant `BASE_URL_KEY` instead.",
220219
replaceWith = ReplaceWith("BASE_URL_KEY")
221220
)
222-
@JvmStatic
223221
protected const val baseUrlKey: String = BASE_URL_KEY
224222

225223
@JvmStatic

0 commit comments

Comments
 (0)