Minor JavaDoc fixes.

This commit is contained in:
Reimar Döffinger 2018-08-21 01:09:23 +02:00
parent 7e14bf4c10
commit 6b655b8c04
2 changed files with 1 additions and 2 deletions

View File

@ -78,7 +78,6 @@ public class HttpDownloader extends Downloader {
* @param destFile Where the download is saved
* @param username Username for HTTP Basic Auth, use {@code null} to ignore
* @param password Password for HTTP Basic Auth, use {@code null} to ignore
* @throws FileNotFoundException
* @throws MalformedURLException
*/
HttpDownloader(Uri uri, File destFile, String username, String password)

View File

@ -14,7 +14,7 @@ import org.fdroid.fdroid.data.InstalledAppProviderService;
* {@link Intent#EXTRA_REPLACING} and instead handles updates by just deleting then
* inserting the app being updated in direct response to the {@code Intent}s from
* the system. This is also necessary because there are no other checks to prevent
* multiple copies of the same app being inserted into {@Link InstalledAppProvider}.
* multiple copies of the same app being inserted into {@link InstalledAppProviderService}.
*/
public class PackageManagerReceiver extends BroadcastReceiver {
private static final String TAG = "PackageManagerReceiver";