Changeset 18800 in osm for applications/editors/josm/plugins/routes/src
- Timestamp:
- 2009-11-25T18:29:18+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/routes/src/org/openstreetmap/josm/plugins/routes/RouteDefinition.java
r16444 r18800 28 28 29 29 public boolean matches(OsmPrimitive primitive) { 30 try { 31 return match.match(primitive); 32 } catch (ParseError e) { 33 e.printStackTrace(); 34 return false; 35 } 30 return match.match(primitive); 36 31 } 37 32
Note:
See TracChangeset
for help on using the changeset viewer.