Open seandenigris opened 6 years ago
Fix for the first part (i.e. defaults unchanged) is to supply a default that will match that generated:
MARelationDescription>>descriptionReference
…
default: MAContainer new;
…
and
MARelationDescription>>descriptionClasses
…
default: Set new;
…
E.g.:
The
#reference:
and#classes:
setup here is unneeded because they were not changed from the default.Also, there is the related ugly generated argument to
#classes:
when the collection is not empty:Which would seem cleaner as:
{ RlPDF. FileReference. FileLocator }