mirror of
https://github.com/samsonjs/media.git
synced 2026-04-09 11:55:46 +00:00
Small javadoc fix for DownloadManager constructors
PiperOrigin-RevId: 244009343
This commit is contained in:
parent
e290f883d1
commit
f001e49295
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