fix build
This commit is contained in:
parent
c928c89209
commit
cba84a4e77
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@ public class RoutingHelper {
|
|||
}
|
||||
|
||||
|
||||
public static String formatStreetName(String name, String ref, String destination) {
|
||||
public String formatStreetName(String name, String ref, String destination) {
|
||||
//Original version returned:
|
||||
// 1. ref + " " + dest
|
||||
// 2. dest
|
||||
|
|
Loading…
Reference in a new issue