[issue-2374][koly] add return class in @apiresponse and use java languageSpecificPrimitives in super class

This commit is contained in:
kolyjjj
2016-04-14 21:32:52 +08:00
parent d260604d34
commit 4b7233063c
2 changed files with 1 additions and 13 deletions

View File

@@ -32,18 +32,6 @@ public class SpringMVCServerCodegen extends JavaClientCodegen {
additionalProperties.put(CodegenConstants.API_PACKAGE, apiPackage);
additionalProperties.put(CONFIG_PACKAGE, configPackage);
languageSpecificPrimitives = new HashSet<String>(
Arrays.asList(
"byte[]",
"String",
"boolean",
"Boolean",
"Double",
"Integer",
"Long",
"Float")
);
cliOptions.add(new CliOption(CONFIG_PACKAGE, "configuration package for generated code"));
supportedLibraries.clear();