Ticket #17112: 17112.patch
| File 17112.patch, 619 bytes (added by , 7 years ago) |
|---|
-
src/org/openstreetmap/josm/data/osm/search/SearchCompiler.java
2010 2010 }; 2011 2011 } catch (ParseException e) { 2012 2012 throw new SearchParseError(tr("Failed to parse MapCSS selector"), e); 2013 } catch (IllegalArgumentException e) { 2014 throw new SearchParseError(tr("Failed to parse MapCSS selector"), e); 2013 2015 } 2014 2016 } 2015 2017
