mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
public.
This commit is contained in:
parent
d7f5b41e9d
commit
c526643f73
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue