This commit is contained in:
Luca Frosini 2022-12-05 15:59:22 +01:00
parent 13c25410fa
commit 9c0d0eeae2
1 changed files with 1 additions and 1 deletions

View File

@ -894,7 +894,7 @@ public abstract class ElementManagement<El extends OElement, T extends Type> {
return PropertyElementManagement.getPropertyDocument(value);
case ARRAY:
break;
return value;
case BINARY:
break;