forked from loafle/openapi-generator-original
updated client
This commit is contained in:
@@ -644,7 +644,7 @@ public class DefaultCodegen {
|
||||
Property inner = qp.getItems();
|
||||
property = new ArrayProperty(inner);
|
||||
collectionFormat = qp.getCollectionFormat();
|
||||
CodegenProperty pr = fromProperty("aaa", inner);
|
||||
CodegenProperty pr = fromProperty("inner", inner);
|
||||
p.baseType = pr.datatype;
|
||||
}
|
||||
else
|
||||
|
||||
@@ -115,7 +115,6 @@ public class ScalatraServerCodegen extends DefaultCodegen implements CodegenConf
|
||||
for(CodegenOperation op: operationList) {
|
||||
op.httpMethod = op.httpMethod.toLowerCase();
|
||||
}
|
||||
Json.prettyPrint(objs);
|
||||
return objs;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user