file formatting
This commit is contained in:
parent
7ea1f89c71
commit
d8363a0108
1 changed files with 11 additions and 12 deletions
|
@ -244,7 +244,6 @@ public class RouteDataObject {
|
||||||
return maxSpeed ;
|
return maxSpeed ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static float parseSpeed(String v, float def) {
|
public static float parseSpeed(String v, float def) {
|
||||||
if(v.equals("none")) {
|
if(v.equals("none")) {
|
||||||
return RouteDataObject.NONE_MAX_SPEED;
|
return RouteDataObject.NONE_MAX_SPEED;
|
||||||
|
|
Loading…
Reference in a new issue