Changeset 36458 in osm for applications/editors/josm/plugins/turnrestrictions/src/org
- Timestamp:
- 2025-09-24T17:49:07+02:00 (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/list/TurnRestrictionCellRenderer.java
r34567 r36458 75 75 protected boolean isValidRestrictionType(String restrictionType) { 76 76 if (restrictionType == null) return false; 77 restrictionType = restrictionType.trim().toLowerCase();78 77 return RESTRICTION_TYPES.contains(restrictionType); 79 78 }
Note:
See TracChangeset
for help on using the changeset viewer.
