Fix some Lint issues

This commit is contained in:
Emux 2023-12-14 18:46:25 +02:00
parent bcf6a7f630
commit de70dec44a
No known key found for this signature in database
GPG key ID: 64ED9980896038C3
5 changed files with 6 additions and 1 deletions

View file

@ -271,6 +271,7 @@ public class BRouterService extends Service {
}
}
@SuppressWarnings("deprecation")
private void logBundle(Bundle params) {
if (AppLogger.isLogging()) {
for (String k : params.keySet()) {

View file

@ -36,6 +36,7 @@ public class BRouterWorker {
public List<OsmNodeNamed> nogoPolygonsList;
public String profileParams;
@SuppressWarnings("deprecation")
public String getTrackFromParams(Bundle params) {
int engineMode = 0;