Bug 494822 - Pass a range specification unconditionally

When sending request for transfer of a remote file to local file storage
from FileReader.sendRetrieveRequest(URI, OutputStream, DownloadRange,
boolean, IProgressMonitor), drop redundant null check for DownloadRange
parameter and pass it to IRetrieveFileTransferContainerAdapter's
sendRetrieveRequest(IFileID, IFileRangeSpecification,
IFileTransferListener, Map) as is because a range specification for
retrieving a portion of the given remote file is allowed to be null:

    If null the entire file will be retrieved (as per
    sendRetrieveRequest(IFileID, IFileTransferListener, Map).

Bug: 266243
Change-Id: If957ebd23e4a229db873cb6d4df3e10d5b93c75b
Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
1 file changed