Revert "Issue#5376- changes to include swagger version in generated api files (#5449)" (#5489)

This reverts commit 702f193f61.
This commit is contained in:
wing328
2017-04-26 17:53:36 +08:00
committed by GitHub
parent 702f193f61
commit 58db6a5e14
16 changed files with 17 additions and 46 deletions

View File

@@ -1,9 +1,3 @@
/**
* 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}};