forked from loafle/openapi-generator-original
Issue#5376- changes to include swagger version in generated api files (#5449)
* Elizabeth - changes to include swagger version in generated api files * Filtering version.properties in swagger codegen module * Removing resource filtering from swagger codegen cli module * Merging master
This commit is contained in:
committed by
wing328
parent
efb337dd92
commit
702f193f61
@@ -1,3 +1,9 @@
|
||||
/**
|
||||
* NOTE: This class is auto generated by the swagger code generator program ({{{generatorVersion}}}).
|
||||
* https://github.com/swagger-api/swagger-codegen
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
package {{package}};
|
||||
|
||||
{{#imports}}import {{import}};
|
||||
|
||||
Reference in New Issue
Block a user