Ticket #8954: 8954.patch
File 8954.patch, 623 bytes (added by , 8 years ago) |
---|
-
src/org/openstreetmap/josm/gui/tagging/TaggingPresetReader.java
147 147 throw new SAXException(tr("Preset sub element without parent")); 148 148 } 149 149 } 150 if (!all.isEmpty() && !checks.isEmpty()) { 151 all.getLast().data.addAll(checks); 152 checks.clear(); 153 } 150 154 return all; 151 155 } 152 156