mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Small javadoc fix for DownloadManager constructors
PiperOrigin-RevId: 244009343
This commit is contained in:
parent
afd72839dc
commit
289a8ffe4c
1 changed files with 2 additions and 2 deletions
|
|
@ -186,7 +186,7 @@ public final class DownloadManager {
|
|||
* Constructs a {@link DownloadManager}.
|
||||
*
|
||||
* @param context Any context.
|
||||
* @param databaseProvider Provides the {@link DownloadIndex} that holds the downloads.
|
||||
* @param databaseProvider Provides the database that holds the downloads.
|
||||
* @param downloaderFactory A factory for creating {@link Downloader}s.
|
||||
*/
|
||||
public DownloadManager(
|
||||
|
|
@ -204,7 +204,7 @@ public final class DownloadManager {
|
|||
* Constructs a {@link DownloadManager}.
|
||||
*
|
||||
* @param context Any context.
|
||||
* @param databaseProvider Provides the {@link DownloadIndex} that holds the downloads.
|
||||
* @param databaseProvider Provides the database that holds the downloads.
|
||||
* @param downloaderFactory A factory for creating {@link Downloader}s.
|
||||
* @param maxSimultaneousDownloads The maximum number of simultaneous downloads.
|
||||
* @param minRetryCount The minimum number of times a download must be retried before failing.
|
||||
|
|
|
|||
Loading…
Reference in a new issue