Add steepness formatting
This commit is contained in:
parent
29b9ee977a
commit
b76e8d8b07
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ public class RouteStatistics {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return String.format("%d-%d", Math.round(getLowerBoundary()), Math.round(getUpperBoundary()));
|
||||
return String.format("%d%% - %d%%", Math.round(getLowerBoundary()), Math.round(getUpperBoundary()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue