Merge pull request #651 from devemux86/lint
Fix compile and Lint issues
This commit is contained in:
commit
56ba451888
5 changed files with 6 additions and 1 deletions
|
|
@ -273,6 +273,7 @@ public class BRouterService extends Service {
|
|||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
private void logBundle(Bundle params) {
|
||||
if (AppLogger.isLogging()) {
|
||||
for (String k : params.keySet()) {
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ public class BRouterWorker {
|
|||
public List<OsmNodeNamed> nogoPolygonsList;
|
||||
public String profileParams;
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public String getTrackFromParams(Bundle params) {
|
||||
|
||||
int engineMode = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue