1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2015-11-17 04:19:53 -08:00
parent d7f5b41e9d
commit c526643f73

View file

@ -33,7 +33,7 @@ class DownloadManager @Inject constructor(val factory: ArtifactFetcher.IFactory)
}
})
public fun download(url: String, fileName: String, executor: ExecutorService)
fun download(url: String, fileName: String, executor: ExecutorService)
: Future<File> = CACHE.get(Key(url, fileName, executor))
}