Ignore:
Timestamp:
2008-09-02T18:53:41+02:00 (16 years ago)
Author:
stoecker
Message:

minor fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java

    r909 r910  
    384384        }
    385385
    386         private static List<TaggingPreset> readAll(Reader in) throws SAXException {
     386        public static List<TaggingPreset> readAll(Reader in) throws SAXException {
    387387                XmlObjectParser parser = new XmlObjectParser();
    388388                parser.mapOnStart("item", TaggingPreset.class);
Note: See TracChangeset for help on using the changeset viewer.