We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5579835 commit ed6debeCopy full SHA for ed6debe
1 file changed
openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/converter/ApiConverter.kt
@@ -84,7 +84,7 @@ class ApiConverter(
84
85
itf = Interface(targetInterfaceName, listOf(options.packageName, "api").joinToString("."))
86
87
- interfaces.put (targetInterfaceName, itf)
+ interfaces[targetInterfaceName] = itf
88
return itf
89
}
90
0 commit comments