Ignore:
Timestamp:
2017-05-20T17:22:34+02:00 (7 years ago)
Author:
Don-vip
Message:

code cleanup - catch ReflectiveOperationException when possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/widgets/JosmImageView.java

    r10223 r12218  
    6767                setPropertiesFromAttributes();
    6868            }
    69         } catch (IllegalArgumentException | IllegalAccessException |
    70                 InvocationTargetException | NoSuchMethodException | SecurityException e) {
     69        } catch (IllegalArgumentException | ReflectiveOperationException | SecurityException e) {
    7170           Main.error(e);
    7271       }
Note: See TracChangeset for help on using the changeset viewer.