return getTag
This commit is contained in:
parent
4d78fc77de
commit
84ad07a7b5
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ public class RouteDataObject {
|
|||
int ks;
|
||||
for (ks = 0; ks < pointTypes[i].length; ks++) {
|
||||
RouteTypeRule toReplace = region.quickGetEncodingRule(pointTypes[i][ks]);
|
||||
if (toReplace != null && toReplace.getNonConditionalTag().contentEquals(nonCondTag)) {
|
||||
if (toReplace != null && toReplace.getTag().contentEquals(nonCondTag)) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue