Ignore:
Timestamp:
2013-07-26T13:38:17+02:00 (11 years ago)
Author:
bastiK
Message:

see #8902 - add missing @Override annotations (patch by shinigami)

File:
1 edited

Legend:

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

    r6069 r6084  
    6060     * @param e Action Event
    6161     */
     62    @Override
    6263    public void actionPerformed(ActionEvent e) {
    6364        if (Main.main.getEditLayer() == null) {
     
    112113            // the same.)
    113114            SwingUtilities.invokeLater(new Runnable() {
     115                @Override
    114116                public void run() {
    115117                    Main.map.relationListDialog.selectRelation(relation);
Note: See TracChangeset for help on using the changeset viewer.