Fix the scalatra petstore sample compile error.

This commit is contained in:
clasnake
2016-07-18 23:58:03 +08:00
parent e6f08df30c
commit 5e4e84ffe7
13 changed files with 189 additions and 269 deletions

View File

@@ -42,7 +42,7 @@ public class ScalatraServerCodegen extends DefaultCodegen implements CodegenConf
"import", "public", "throws", "case", "enum", "instanceof", "return", "transient",
"catch", "extends", "int", "short", "try", "char", "final", "interface", "static",
"void", "class", "finally", "long", "strictfp", "volatile", "const", "float",
"native", "super", "while")
"native", "super", "while", "type")
);
defaultIncludes = new HashSet<String>(