I do not know if i am missing something. I think also MergeWorkUnit.merge(CollectionChangeWorkUnit) should be fixed.
public AuditWorkUnit merge(CollectionChangeWorkUnit second) {
second.mergeCollectionModifiedData(data);
return this;
}
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
I do not know if i am missing something. I think also MergeWorkUnit.merge(CollectionChangeWorkUnit) should be fixed.
public AuditWorkUnit merge(CollectionChangeWorkUnit second) {
second.mergeCollectionModifiedData(data);
return this;
}