Changeset 14561 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2018-12-15T12:59:18+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/search/SearchCompiler.java
r14214 r14561 2009 2009 } 2010 2010 }; 2011 } catch (ParseException e) {2011 } catch (ParseException | IllegalArgumentException e) { 2012 2012 throw new SearchParseError(tr("Failed to parse MapCSS selector"), e); 2013 2013 }
Note:
See TracChangeset
for help on using the changeset viewer.