Ignore:
Timestamp:
2015-05-02T00:55:19+02:00 (9 years ago)
Author:
Don-vip
Message:

fix potential NPEs and Sonar issues related to serialization

File:
1 edited

Legend:

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

    r8287 r8308  
    4949
    5050        @Override
     51        protected void throwException(String message, Exception e) throws SAXException {
     52            throw new SAXException(getCurrentPosition() + message, e);
     53        }
     54
     55        @Override
    5156        public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException {
    5257            doStartElement(qName, atts);
Note: See TracChangeset for help on using the changeset viewer.