Updated WorkingPaperImExporter to implement updated interface.
parent
0900d983e4
commit
493f960c1a
|
|
@ -26,4 +26,12 @@ public class WorkingPaperImExporter
|
||||||
addRequiredEntities(Set.of(Organization.class));
|
addRequiredEntities(Set.of(Organization.class));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void updateExistingUnPublished(
|
||||||
|
final WorkingPaper existingPublication,
|
||||||
|
final WorkingPaper withImportedPublication
|
||||||
|
) {
|
||||||
|
// Nothing to update in WorkingPaper
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue