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 35a96ca commit 32d8961Copy full SHA for 32d8961
src/main/java/io/swagger/codegen/v3/generators/DefaultCodegenConfig.java
@@ -1364,9 +1364,6 @@ else if (schema instanceof ComposedSchema) {
1364
1365
// interfaces (intermediate models)
1366
if (allOf != null && !allOf.isEmpty()) {
1367
- if (codegenModel.interfaces == null) {
1368
- codegenModel.interfaces = new ArrayList<String>();
1369
- }
1370
for (int i = 0; i < allOf.size(); i++) {
1371
if (i == 0 && !copyFistAllOfProperties) {
1372
continue;
0 commit comments