Ignore:
Timestamp:
2009-09-14T14:39:07+02:00 (15 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.