RED-6805: As Operation I want to see why downloads are in an ERROR state
added default method back
This commit is contained in:
parent
421fe57e38
commit
9de4dfc5af
@ -70,6 +70,13 @@ public class DownloadStatusPersistenceService {
|
||||
|
||||
}
|
||||
|
||||
@Transactional
|
||||
public void updateStatus(String storageId, DownloadStatusValue status) {
|
||||
|
||||
downloadStatusRepository.updateStatus(storageId, status);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@Transactional
|
||||
public void updateStatus(DownloadStatusEntity entity, DownloadStatusValue statusValue, long fileSize) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user