Update RouteDataObject.java
One more return to really support feet without inches.
This commit is contained in:
parent
e637873b50
commit
415f74e99e
1 changed files with 2 additions and 0 deletions
|
@ -240,6 +240,8 @@ public class RouteDataObject {
|
||||||
return def;
|
return def;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
return f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue