Skip to content

Commit 9525ba5

Browse files
committed
set default 'ignore mapping' option for java generators with 'false' value
1 parent 0ba698d commit 9525ba5

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)