142143144145146147148
} } /** Default Constructor to create a Download Queue */ public DownloadService() { fDownloadQueue = new DownloadJobQueue(Messages.DownloadService_DOWNLOADING_TITLE, MAX_CONCURRENT_DOWNLOAD_JOBS, Integer.MAX_VALUE); }
228229230231232233234