Updated CollectedVolumeImExporter to comply with updated interface

master
Jens Pelzetter 2023-01-22 10:40:13 +01:00
parent ae8da39512
commit d8a5a68629
1 changed files with 8 additions and 0 deletions

View File

@ -23,4 +23,12 @@ public class CollectedVolumeImExporter
// Nothing // Nothing
} }
@Override
protected void updateExistingPublicationWithPublisher(
final CollectedVolume existingPublication,
final CollectedVolume withImportedPublication
) {
// Nothing to update
}
} }