Fix compile

This commit is contained in:
vshcherb 2013-08-25 23:23:08 +02:00
parent 1f81661edf
commit 684fdb0e23

View file

@ -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) {