Ignore:
Timestamp:
2009-11-25T18:29:18+01:00 (15 years ago)
Author:
stoecker
Message:

fix build issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/routes/src/org/openstreetmap/josm/plugins/routes/RouteDefinition.java

    r16444 r18800  
    2828                       
    2929        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);
    3631        }
    3732       
Note: See TracChangeset for help on using the changeset viewer.