Changeset 17682 in josm


Ignore:
Timestamp:
2021-03-28T17:19:35+02:00 (3 years ago)
Author:
Don-vip
Message:

fix #19585 - fix workaround to JDK-8262085

File:
1 edited

Legend:

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

    r17681 r17682  
    3535            if ("Width and height must be >= 0".equals(e.getMessage())) {
    3636                Logging.debug(e);
     37            } else {
     38                throw e;
    3739            }
    38             throw e;
    3940        }
    4041    }
Note: See TracChangeset for help on using the changeset viewer.