Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
d7d59ba3
by Tony Chemit at 2024-09-02T09:57:04+02:00
1 changed file:
Changes:
| ... | ... | @@ -737,7 +737,7 @@ public class DtoTransformer extends BeanTransformer implements TemplateContract |
| 737 | 737 | }
|
| 738 | 738 | super.createProperty(output, attr, usePCS, generateBooleanGetMethods, generateNotEmptyCollections);
|
| 739 | 739 | boolean multiple = JavaGeneratorUtil.isNMultiplicity(attr);
|
| 740 | - if (multiple && JavaGeneratorUtil.isOrdered(attr)) {
|
|
| 740 | + if (multiple) {
|
|
| 741 | 741 | // check out if we are using a WithIndex type
|
| 742 | 742 | if (attrType.endsWith("Dto")) {
|
| 743 | 743 | attrType = attrType.substring(0, attrType.length() - "Dto".length());
|