fix hasChilds
This commit is contained in:
parent
e96f917b3f
commit
ae3eb5bb21
|
|
@ -6,7 +6,7 @@
|
|||
import ObjectMapper
|
||||
|
||||
/// {{ description }}
|
||||
{% if hasChilds is empty -%}final {% endif %}class {{ className }}: {{ parentClassName }} {
|
||||
{% if (not hasChilds) -%}final {% endif %}class {{ className }}: {{ parentClassName }} {
|
||||
|
||||
{% include 'Class.fields.swig' with { fields: fields } %}
|
||||
{% include 'Class.date-transformers.swig' with { fields: fields } %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue