mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 23:43:06 +00:00
[DS-3895] Rename Bitstream.getSize() to getSizeBytes().
This commit is contained in:
@@ -92,7 +92,7 @@ public class ResultsLogger implements ChecksumResultsCollector {
|
||||
LOG.info(msg("internal-id") + ": " + bitstream.getInternalId());
|
||||
LOG.info(msg("name") + ": " + bitstream.getName());
|
||||
LOG.info(msg("store-number") + ": " + bitstream.getStoreNumber());
|
||||
LOG.info(msg("size") + ": " + bitstream.getSize());
|
||||
LOG.info(msg("size") + ": " + bitstream.getSizeBytes());
|
||||
LOG.info(msg("bitstream-format") + ": " + (bitstream.getFormat(context) != null ? bitstream.getFormat(context)
|
||||
.getID() : "-1"));
|
||||
LOG.info(msg("user-format-description") + ": "
|
||||
|
Reference in New Issue
Block a user