We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 095771d + e93a377 commit 1657f2eCopy full SHA for 1657f2e
modules/swagger-codegen/src/main/resources/JavaJaxRS/api.mustache
@@ -44,7 +44,6 @@ public class {{classname}} {
44
public Response {{nickname}}({{#allParams}}{{>queryParams}}{{>pathParams}}{{>headerParams}}{{>bodyParams}}{{>formParams}}{{#hasMore}},
45
{{/hasMore}}{{/allParams}})
46
throws NotFoundException {
47
- // do some magic!
48
return delegate.{{nickname}}({{#allParams}}{{#isFile}}fileDetail{{/isFile}}{{^isFile}}{{paramName}}{{/isFile}}{{#hasMore}},{{/hasMore}}{{/allParams}});
49
}
50
{{/operation}}
0 commit comments