mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 12:33:18 +00:00
[DS-3895] Rename Bitstream.getSize() to getSizeBytes().
This commit is contained in:
@@ -212,7 +212,7 @@ public class Bitstream extends DSpaceObject implements DSpaceObjectLegacySupport
|
||||
*
|
||||
* @return the size in bytes
|
||||
*/
|
||||
public long getSize() {
|
||||
public long getSizeBytes() {
|
||||
return sizeBytes;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user