Ignore:
Timestamp:
2016-04-21T09:16:31+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S1939 - Extensions and implementations should not be redundant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/actions/ApplyAction.java

    r9665 r10152  
    99
    1010import javax.swing.event.TableModelEvent;
    11 import javax.swing.event.TableModelListener;
    1211
    1312import org.openstreetmap.josm.gui.dialogs.relation.IRelationEditor;
     
    2221 * @since 9496
    2322 */
    24 public class ApplyAction extends SavingAction implements PropertyChangeListener, TableModelListener {
     23public class ApplyAction extends SavingAction implements PropertyChangeListener {
    2524
    2625    /**
Note: See TracChangeset for help on using the changeset viewer.