Changeset 2130 in josm


Ignore:
Timestamp:
Sep 14, 2009 2:39:07 PM (4 years ago)
Author:
framm
Message:

fix <bound> exception (again)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/OsmReader.java

    r2115 r2130  
    291291                current.rememberTag(key, value); 
    292292            } else { 
    293                 throwException(tr("Undefined element ''{0}'' found in input stream. Aborting.", qName)); 
     293                System.out.println(tr("Undefined element ''{0}'' found in input stream. Skipping.", qName)); 
    294294            } 
    295295        } 
Note: See TracChangeset for help on using the changeset viewer.