Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
gracekarina committed May 26, 2022
1 parent a5b5c3c commit dcfad34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ public void resolveInlineArrayRequestBody() throws Exception {
.requestBody(new RequestBody()
.content(new Content().addMediaType("*/*",new MediaType()
.schema(arraySchema))))));
Yaml.prettyPrint(openAPI);

new InlineModelResolver().flatten(openAPI);

RequestBody body = openAPI.getPaths().get("/hello").getGet().getRequestBody();
Expand Down

0 comments on commit dcfad34

Please sign in to comment.