Changeset 18712 in josm
- Timestamp:
- 2023-04-24T20:06:28+02:00 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSParser.jj
r17208 r18712 1163 1163 } 1164 1164 1165 Logging.error("Skipping to the next rule, because of an error:"); 1166 Logging.error(e); 1165 Logging.error("Skipping to the next rule, because of an error: " + e); 1167 1166 if (sheet != null) { 1168 1167 sheet.logError(e);
Note:
See TracChangeset
for help on using the changeset viewer.