Changeset 10621 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2016-07-24T13:13:18+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/CreateMultipolygonAction.java
r10601 r10621 289 289 if (error != null) { 290 290 if (showNotif) { 291 GuiHelper.runInEDT( 291 GuiHelper.runInEDT(() -> 292 292 new Notification(error) 293 293 .setIcon(JOptionPane.INFORMATION_MESSAGE) 294 ::show);294 .show()); 295 295 } 296 296 return null;
Note:
See TracChangeset
for help on using the changeset viewer.