Project

General

Profile

« Previous | Next » 

Revision 45027

#2520: Add BouncyCastle JCE provider and https.protocols system property

View differences:

DownloadWorker.java
144 144
		return report;
145 145
	}
146 146

  
147
	private void doDownload(final long threadId, final DownloadReportMap report, final DownloadItem di) {
147
	public void doDownload(final long threadId, final DownloadReportMap report, final DownloadItem di) {
148 148
		try {
149 149
			if (getSleepTimeMs() > 0) {
150 150
				log.debug(threadId + ": I will sleep for " + getSleepTimeMs() + " ms, as requested...");

Also available in: Unified diff