Skip to content

Commit e7e4698

Browse files
author
andrewwilsonnew
committed
cleanup 3+1
1 parent cdbf48a commit e7e4698

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • samples/server/petstore/kotlin-misk/src/main/kotlin/org/openapitools/server/api/model

samples/server/petstore/kotlin-misk/src/main/kotlin/org/openapitools/server/api/model/Category.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package org.openapitools.server.api.model
22

3-
import com.squareup.moshi.JsonClass
43

5-
@JsonClass(generateAdapter = true)
64
data class Category(
75
val id: kotlin.Long? = null,
86
val name: kotlin.String? = null

0 commit comments

Comments
 (0)