Update RouteDataObject.java
This commit is contained in:
parent
5ec43c977e
commit
57c9965917
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue