Update RouteDataObject.java

This commit is contained in:
vshcherb 2016-12-02 14:22:46 +02:00 committed by GitHub
parent 5ec43c977e
commit 57c9965917

View file

@ -109,7 +109,7 @@ public class RouteDataObject {
public String getRef(boolean direction) {
if (getDestinationRef(direction) != null) {
return getDestinationRef(boolean direction);
return getDestinationRef(direction);
}
if (names != null) {
return names.get(region.refTypeRule);