Skip to content

Commit 4ba4a65

Browse files
authored
Merge pull request #12234 from swagger-api/issue-10419
set default 'ignore mapping' option for java generators with 'false'
2 parents 0ba698d + 9525ba5 commit 4ba4a65

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/AbstractJavaCodegen.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,9 +1579,4 @@ public String sanitizeTag(String tag) {
15791579
}
15801580
return tag;
15811581
}
1582-
1583-
public boolean defaultIgnoreImportMappingOption() {
1584-
return true;
1585-
}
1586-
15871582
}

0 commit comments

Comments
 (0)