file formatting

This commit is contained in:
sonora 2016-08-19 14:37:15 +02:00
parent 7ea1f89c71
commit d8363a0108

View file

@ -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;