Ignore:
Timestamp:
2021-07-17T17:24:53+02:00 (5 years ago)
Author:
Don-vip
Message:

upgrade to checkstyle 8.43, fix violations

File:
1 edited

Legend:

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

    r17984 r18051  
    133133        @Override
    134134        public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException {
    135             elements.push(new String[] { namespaceURI, localName, qName });
     135            elements.push(new String[] {namespaceURI, localName, qName});
    136136            switch(currentState) {
    137137            case INIT:
Note: See TracChangeset for help on using the changeset viewer.