Merge pull request #651 from devemux86/lint

Fix compile and Lint issues
This commit is contained in:
afischerdev 2024-01-15 18:21:23 +01:00 committed by GitHub
commit 56ba451888
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 1 deletions

View file

@ -273,6 +273,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;