changed code to use pacageVersion, removed unneeded comments

This commit is contained in:
Guo Huang
2016-04-16 15:47:34 -07:00
parent 5fad90c3f6
commit a8273b9f08
3 changed files with 3 additions and 7 deletions

View File

@@ -283,15 +283,11 @@ public class GoClientCodegen extends DefaultCodegen implements CodegenConfig {
@Override
public String toModelDocFilename(String name) {
//unable to use model file name because the mustache template does not have the model file name variable (python has the same issue)
//return toModelFilename(name);
return toModelName(name);
}
@Override
public String toApiDocFilename(String name) {
//unable to use api file name because the mustache template does not have the api file name variable
//return toApiFilename(name);
return toApiName(name);
}