Fixed delete propagation constraint set

This commit is contained in:
Luca Frosini 2023-02-24 11:55:52 +01:00
parent d25a01973b
commit ddf162460a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class PropagationConstraintOrient extends ODocument implements org.gcube.
@Override
public void setDeleteConstraint(DeleteConstraint deleteConstraint) {
this.field(PropagationConstraint.REMOVE_PROPERTY, deleteConstraint.name());
this.field(PropagationConstraint.DELETE_PROPERTY, deleteConstraint.name());
}
@Override