Ignore:
Timestamp:
2007-07-06T00:38:51+02:00 (17 years ago)
Author:
imi
Message:
  • added Plugin Manager to download new plugins from within JOSM
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/tools/XmlObjectParser.java

    r215 r277  
    6666                        if (mapping.containsKey(qname) && !mapping.get(qname).onStart)
    6767                                report();
    68                         else if (characters != null && !current.isEmpty())
     68                        else if (characters != null && !current.isEmpty()) {
    6969                                setValue(qname, characters);
     70                                characters = "";
     71                        }
    7072                }
    7173                @Override public void characters(char[] ch, int start, int length) {
Note: See TracChangeset for help on using the changeset viewer.