Commit 289a8ffe by eguven Committed by Oliver Woodman

Small javadoc fix for DownloadManager constructors

PiperOrigin-RevId: 244009343
parent afd72839
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment