We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0d919 commit f92d585Copy full SHA for f92d585
src/main/java/io/swagger/codegen/v3/generators/DefaultCodegenConfig.java
@@ -1381,7 +1381,6 @@ else if (schema instanceof ComposedSchema) {
1381
refSchema = allDefinitions.get(ref);
1382
}
1383
final String modelName = toModelName(ref);
1384
- codegenModel.interfaces.add(modelName);
1385
addImport(codegenModel, modelName);
1386
if (allDefinitions != null && refSchema != null) {
1387
if (!supportsMixins) {
0 commit comments