private Account mAccount = null;
private OCFile mFile;
- private final AtomicBoolean mCancellationRequested = new AtomicBoolean(false);
-
private Set<OnDatatransferProgressListener> mDataTransferListeners = new HashSet<OnDatatransferProgressListener>();
+ private final AtomicBoolean mCancellationRequested = new AtomicBoolean(false);
public DownloadFileOperation(Account account, OCFile file) {