Ignore:
Timestamp:
2013-10-07T00:04:48+02:00 (11 years ago)
Author:
Don-vip
Message:

Sonar/FindBugs - Nested blocks of code should not be left empty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/PlaceSelection.java

    r6235 r6310  
    259259        @Override
    260260        public void endElement(String namespaceURI, String localName, String qName) throws SAXException {
    261             if (qName.equals("searchresults")) {
    262             } else if (qName.equals("description") && description != null) {
     261            if (qName.equals("description") && description != null) {
    263262                currentResult.description = description.toString();
    264263                description = null;
    265264            }
    266265            depth--;
    267 
    268266        }
    269267
Note: See TracChangeset for help on using the changeset viewer.