mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
[DS-3895] Rename Bitstream.getSize() to getSizeBytes().
This commit is contained in:
@@ -233,7 +233,7 @@ public class InstallItemServiceImpl implements InstallItemService {
|
||||
// Add sizes and checksums of bitstreams
|
||||
for (Bitstream bitstream : bitstreams) {
|
||||
myMessage.append(bitstream.getName()).append(": ")
|
||||
.append(bitstream.getSize()).append(" bytes, checksum: ")
|
||||
.append(bitstream.getSizeBytes()).append(" bytes, checksum: ")
|
||||
.append(bitstream.getChecksum()).append(" (")
|
||||
.append(bitstream.getChecksumAlgorithm()).append(")\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user