File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/swagger-codegen/src/main/resources/Java Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ public class {{classname}} {
39
39
{ {#operation} }
40
40
/**
41
41
* { {summary} }
42
- * { {notes} }{ {newLine } }
43
- { {#allParams} }{ {newLine } } * @param { {paramName} } { {description} }
44
- { {/allParams} }{ {newLine } } * @return { {#returnType} }{ {{returnType} }}{ {/returnType} }{ {^returnType} }void{ {/returnType} } { {newLine } }
42
+ * { {notes} }
43
+ { {#allParams} } * @param { {paramName} } { {description} }
44
+ { {/allParams} } * @return { {#returnType} }{ {{returnType} }}{ {/returnType} }{ {^returnType} }void{ {/returnType} }
45
45
*/
46
46
public { {#returnType} }{ {{returnType} }} { {/returnType} }{ {^returnType} }void { {/returnType} }{ {nickname} } ({ {#allParams} }{ {{dataType} }} { {paramName} }{ {#hasMore} }, { {/hasMore} }{ {/allParams} }) throws ApiException {
47
47
Object postBody = {{#bodyParam} }{ {paramName} }{ {/bodyParam} }{ {^bodyParam} }null{ {/bodyParam} };
You can’t perform that action at this time.
0 commit comments