mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 11:33:11 +00:00
modify method signature
This commit is contained in:
@@ -100,7 +100,7 @@ public class BitstreamServiceImpl extends DSpaceObjectServiceImpl<Bitstream> imp
|
||||
// Set the internal identifier, file size, checksum, and
|
||||
// checksum algorithm as same as the given bitstream.
|
||||
clonedBitstream.setInternalId(bitstream.getInternalId());
|
||||
clonedBitstream.setSizeBytes(bitstream.getSize());
|
||||
clonedBitstream.setSizeBytes(bitstream.getSizeBytes());
|
||||
clonedBitstream.setChecksum(bitstream.getChecksum());
|
||||
clonedBitstream.setChecksumAlgorithm(bitstream.getChecksumAlgorithm());
|
||||
try {
|
||||
|
Reference in New Issue
Block a user