Fix compile
This commit is contained in:
parent
1f81661edf
commit
684fdb0e23
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ public class RoutingHelper {
|
|||
} else if(name != null && name.length() > 0){
|
||||
if(ref != null && ref.length() > 0) {
|
||||
name = ref + " " + name;
|
||||
} getCurrentSegmentResult
|
||||
}
|
||||
return name;
|
||||
} else {
|
||||
if(ref == null) {
|
||||
|
|
Loading…
Reference in a new issue