[DS-3895] Rename Bitstream.getSize() to getSizeBytes().

This commit is contained in:
Mark H. Wood
2018-04-23 13:29:31 -04:00
parent 49185db7e9
commit 24575d8ba1
26 changed files with 76 additions and 72 deletions

View File

@@ -212,7 +212,7 @@ public class Bitstream extends DSpaceObject implements DSpaceObjectLegacySupport
*
* @return the size in bytes
*/
public long getSize() {
public long getSizeBytes() {
return sizeBytes;
}