Changeset 15161 in josm


Ignore:
Timestamp:
2019-06-06T09:57:58+02:00 (5 years ago)
Author:
GerdP
Message:

fix checkstyle issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/CreateMultipolygonAction.java

    r15160 r15161  
    338338                }
    339339
    340                 GuiHelper.runInEDT(() -> new Notification(tr("Nothing changed")).setDuration(Notification.TIME_SHORT).setIcon(JOptionPane.INFORMATION_MESSAGE).show());
     340                GuiHelper.runInEDT(() -> new Notification(tr("Nothing changed")).setDuration(Notification.TIME_SHORT)
     341                        .setIcon(JOptionPane.INFORMATION_MESSAGE).show());
    341342                return null;
    342343            }
Note: See TracChangeset for help on using the changeset viewer.