fix typoes in comments
This commit is contained in:
parent
9c8c3380c1
commit
43e5ab7eb2
@ -363,7 +363,7 @@ public class IndexV1Updater extends IndexUpdater {
|
|||||||
contentValues.put(Schema.RepoTable.Cols.MIRRORS, Utils.serializeCommaSeparatedString(repo.mirrors));
|
contentValues.put(Schema.RepoTable.Cols.MIRRORS, Utils.serializeCommaSeparatedString(repo.mirrors));
|
||||||
}
|
}
|
||||||
repoPersister.commit(contentValues, repo.getId());
|
repoPersister.commit(contentValues, repo.getId());
|
||||||
profiler.log("Persited to database.");
|
profiler.log("Persisted to database.");
|
||||||
|
|
||||||
if (repo.pushRequests == Repo.PUSH_REQUEST_ACCEPT_ALWAYS) {
|
if (repo.pushRequests == Repo.PUSH_REQUEST_ACCEPT_ALWAYS) {
|
||||||
processRepoPushRequests(requests);
|
processRepoPushRequests(requests);
|
||||||
|
@ -81,7 +81,7 @@ public class ApkProvider extends FDroidProvider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Find an app which is closest to the version code suggested by the server, with some caveates:
|
* Find an app which is closest to the version code suggested by the server, with some caveats:
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>If installed, limit to apks signed by the same signer as the installed apk.</li>
|
* <li>If installed, limit to apks signed by the same signer as the installed apk.</li>
|
||||||
* <li>Otherwise, limit to apks signed by the "preferred" signer (see {@link App#preferredSigner}).</li>
|
* <li>Otherwise, limit to apks signed by the "preferred" signer (see {@link App#preferredSigner}).</li>
|
||||||
|
@ -145,7 +145,7 @@ public class AppProvider extends FDroidProvider {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* A QuerySelection which is aware of the option/need to join onto the
|
* A QuerySelection which is aware of the option/need to join onto the
|
||||||
* installed apps table. Not that the base classes
|
* installed apps table. Note that the base classes
|
||||||
* {@link org.fdroid.fdroid.data.QuerySelection#add(QuerySelection)} and
|
* {@link org.fdroid.fdroid.data.QuerySelection#add(QuerySelection)} and
|
||||||
* {@link org.fdroid.fdroid.data.QuerySelection#add(String, String[])} methods
|
* {@link org.fdroid.fdroid.data.QuerySelection#add(String, String[])} methods
|
||||||
* will only return the base class {@link org.fdroid.fdroid.data.QuerySelection}
|
* will only return the base class {@link org.fdroid.fdroid.data.QuerySelection}
|
||||||
@ -1206,7 +1206,7 @@ public class AppProvider extends FDroidProvider {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns a query which requires two parameters to be bdeatound. These are (in order):
|
* Returns a query which requires two parameters to be bound. These are (in order):
|
||||||
* 1) The repo version that introduced density specific icons
|
* 1) The repo version that introduced density specific icons
|
||||||
* 2) The dir to density specific icons for the current device.
|
* 2) The dir to density specific icons for the current device.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user