Skip to content

Commit

Permalink
Merge pull request #12234 from swagger-api/issue-10419
Browse files Browse the repository at this point in the history
set default 'ignore mapping' option for java generators with 'false'
  • Loading branch information
HugoMario authored Sep 28, 2023
2 parents 0ba698d + 9525ba5 commit 4ba4a65
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1579,9 +1579,4 @@ public String sanitizeTag(String tag) {
}
return tag;
}

public boolean defaultIgnoreImportMappingOption() {
return true;
}

}

0 comments on commit 4ba4a65

Please sign in to comment.