Updated CollectedVolumeImExporter to comply with updated interface
parent
ae8da39512
commit
d8a5a68629
|
|
@ -23,4 +23,12 @@ public class CollectedVolumeImExporter
|
||||||
// Nothing
|
// Nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void updateExistingPublicationWithPublisher(
|
||||||
|
final CollectedVolume existingPublication,
|
||||||
|
final CollectedVolume withImportedPublication
|
||||||
|
) {
|
||||||
|
// Nothing to update
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue