Skip to content

Commit 1657f2e

Browse files
committed
Merge pull request #801 from rlo2014/develop_2.0
Removing comment (// do some magic!) that is no longer necessary and …
2 parents 095771d + e93a377 commit 1657f2e

File tree

1 file changed

+0
-1
lines changed
  • modules/swagger-codegen/src/main/resources/JavaJaxRS

1 file changed

+0
-1
lines changed

modules/swagger-codegen/src/main/resources/JavaJaxRS/api.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public class {{classname}} {
4444
public Response {{nickname}}({{#allParams}}{{>queryParams}}{{>pathParams}}{{>headerParams}}{{>bodyParams}}{{>formParams}}{{#hasMore}},
4545
{{/hasMore}}{{/allParams}})
4646
throws NotFoundException {
47-
// do some magic!
4847
return delegate.{{nickname}}({{#allParams}}{{#isFile}}fileDetail{{/isFile}}{{^isFile}}{{paramName}}{{/isFile}}{{#hasMore}},{{/hasMore}}{{/allParams}});
4948
}
5049
{{/operation}}

0 commit comments

Comments
 (0)