File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
main/resources/handlebars/JavaJaxRS/cxf
test/java/io/swagger/codegen/v3/generators/java Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public class {{classname}} {{#parent}}extends {{{parent}}}{{/parent}} {{#interfa
78
78
return {{name} };
79
79
}{ {/is} }{ {/is} }{ {#is this ' enum' } }{ {#is this ' map-container' } }public { {{datatypeWithEnum} }} { {#is this ' boolean' } }is{ {/is} }{ {getter} }() {
80
80
return {{name} };
81
- }{ {/is} }{ {/is} }{ {#isNot this ' enum' } }public { {{datatypeWithEnum} }} { {#is this ' boolean ' } }is { {/is } } { { getter} }() {
81
+ }{ {/is} }{ {/is} }{ {#isNot this ' enum' } }public { {{datatypeWithEnum} }} { {getter} }() {
82
82
return {{name} };
83
83
}{ {/isNot} }
84
84
Original file line number Diff line number Diff line change @@ -1032,4 +1032,5 @@ public void generateModel() throws Exception {
1032
1032
Assert .assertTrue (orderFile .exists ());
1033
1033
folder .delete ();
1034
1034
}
1035
+
1035
1036
}
You can’t perform that action at this time.
0 commit comments