I ment method CollectionWorkUnit.merge(AddWorkUnit):
public AuditWorkUnit merge(AddWorkUnit second) {
return second;
}
But you are right. CollectionWorkUnit could not be created before AddWorkUnit. So this merge will never be called.
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 ment method CollectionWorkUnit.merge(AddWorkUnit):
public AuditWorkUnit merge(AddWorkUnit second) {
return second;
}
But you are right. CollectionWorkUnit could not be created before AddWorkUnit. So this merge will never be called.