Ignore:
Timestamp:
2014-02-01T03:18:43+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues

File:
1 edited

Legend:

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

    r6795 r6798  
    13621362                result.add(presetType);
    13631363            } catch (IllegalArgumentException e) {
    1364                 throw new SAXException(tr("Unknown type: {0}", type));
     1364                throw new SAXException(tr("Unknown type: {0}", type), e);
    13651365            }
    13661366        }
Note: See TracChangeset for help on using the changeset viewer.