Skip to content

Commit fb504e2

Browse files
committed
clean up
1 parent d4641a6 commit fb504e2

File tree

1 file changed

+2
-1
lines changed
  • openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/processor/mapping/v2

1 file changed

+2
-1
lines changed

openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/processor/mapping/v2/Type.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ import com.fasterxml.jackson.annotation.JsonCreator
1111
* a "type:" entry in the "types:" list of the mapping yaml
1212
*/
1313

14-
data class Type @JvmOverloads @JsonCreator constructor(
14+
data class Type @JsonCreator @JvmOverloads constructor(
1515
/**
1616
* the mapping from source to target, ie a mapping string like:
1717
*
1818
* array => java.util.Collection
19+
* array @ java.util.Collection
1920
*/
2021
val type: String,
2122

0 commit comments

Comments
 (0)