Minor JavaDoc fixes.
This commit is contained in:
parent
7e14bf4c10
commit
6b655b8c04
@ -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)
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user