file formatting
This commit is contained in:
parent
cc4b8c721f
commit
7b0c4f6910
1 changed files with 46 additions and 50 deletions
|
@ -36,7 +36,6 @@ public class BinaryMapRouteReaderAdapter {
|
|||
private static final int SHIFT_COORDINATES = 4;
|
||||
|
||||
private static class RouteTypeCondition {
|
||||
|
||||
String condition = "";
|
||||
OpeningHoursParser.OpeningHours hours = null;
|
||||
float floatValue;
|
||||
|
@ -198,10 +197,7 @@ public class BinaryMapRouteReaderAdapter {
|
|||
intValue = Integer.parseInt(v.substring(0, i));
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
public static class RouteRegion extends BinaryIndexPart {
|
||||
|
|
Loading…
Reference in a new issue