cancelled downloader state

pull/4/head
Zlatin Balevsky 2019-06-01 17:31:18 +01:00
parent 70078c309b
commit bd2368e23a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import net.i2p.data.Destination
@Log
public class Downloader {
public enum DownloadState { CONNECTING, DOWNLOADING, FAILED, FINISHED }
public enum DownloadState { CONNECTING, DOWNLOADING, FAILED, CANCELLED, FINISHED }
private final File file
private final Pieces pieces