Merge pull request #801 from rlo2014/develop_2.0

Removing comment (// do some magic!) that is no longer necessary and …
This commit is contained in:
Ron 2015-05-27 19:48:51 -04:00
commit 1657f2e5f7

View File

@ -44,7 +44,6 @@ public class {{classname}} {
public Response {{nickname}}({{#allParams}}{{>queryParams}}{{>pathParams}}{{>headerParams}}{{>bodyParams}}{{>formParams}}{{#hasMore}},
{{/hasMore}}{{/allParams}})
throws NotFoundException {
// do some magic!
return delegate.{{nickname}}({{#allParams}}{{#isFile}}fileDetail{{/isFile}}{{^isFile}}{{paramName}}{{/isFile}}{{#hasMore}},{{/hasMore}}{{/allParams}});
}
{{/operation}}