Skip to content

Commit b674d41

Browse files
committed
Remove unnecessary annotation.
1 parent d24d0c4 commit b674d41

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • modules/openapi-generator/src/main/resources/kotlin-client/libraries/jvm-retrofit2/infrastructure

modules/openapi-generator/src/main/resources/kotlin-client/libraries/jvm-retrofit2/infrastructure/ApiClient.kt.mustache

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,13 +376,11 @@ import okhttp3.MediaType.Companion.toMediaType
376376
}
377377

378378
{{^nonPublicApi}}{{#explicitApi}}public {{/explicitApi}}{{/nonPublicApi}}companion object {
379-
@JvmStatic
380379
protected const val BASE_URL_KEY: String = "{{packageName}}.baseUrl"
381380
@Deprecated(
382381
message = "Please use the capitalized constant `BASE_URL_KEY` instead.",
383382
replaceWith = ReplaceWith("BASE_URL_KEY")
384383
)
385-
@JvmStatic
386384
protected const val baseUrlKey: String = BASE_URL_KEY
387385
388386
@JvmStatic

0 commit comments

Comments
 (0)