Skip to content

Commit 87c1f9b

Browse files
committed
1 parent bd59d6b commit 87c1f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/writer/java/StringEnumWriter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ open class StringEnumWriter(private val apiOptions: ApiOptions, private val gene
107107
}
108108

109109
private fun isSupplier(): Boolean {
110-
return apiOptions.enumType == "supplier"
110+
return apiOptions.enumType == "framework"
111111
}
112112
}

0 commit comments

Comments
 (0)