DS-3651: Small refactoring

This commit is contained in:
Tom Desair
2017-11-08 14:15:46 +01:00
parent 34e6676129
commit a58e65025c
7 changed files with 120 additions and 106 deletions

View File

@@ -452,7 +452,7 @@ public class BitstreamServiceImpl extends DSpaceObjectServiceImpl<Bitstream> imp
return bitstreamDAO.getNotReferencedBitstreams(context);
}
public String getLastModified(Bitstream bitstream) {
public Long getLastModified(Bitstream bitstream) {
return bitstreamStorageService.getLastModified(bitstream);
}
}