fix comment
This commit is contained in:
parent
4077fe70a0
commit
242fd1ffa8
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public class RouteDataObject {
|
||||||
|
|
||||||
public String getRef(boolean direction) {
|
public String getRef(boolean direction) {
|
||||||
//if (getDestinationRef(direction) != null) {
|
//if (getDestinationRef(direction) != null) {
|
||||||
// return getDestinationRef(boolean direction);
|
// return getDestinationRef(direction);
|
||||||
//}
|
//}
|
||||||
if (names != null) {
|
if (names != null) {
|
||||||
return names.get(region.refTypeRule);
|
return names.get(region.refTypeRule);
|
||||||
|
|
Loading…
Reference in a new issue