return getTag

This commit is contained in:
Dima-1 2021-03-30 14:27:15 +03:00
parent 4d78fc77de
commit 84ad07a7b5

View file

@ -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;
}
}