Ignore:
Timestamp:
2015-05-18T02:52:44+02:00 (11 years ago)
Author:
Don-vip
Message:

remove useless code (Method implemented with an exact copy of its superclass's method)

File:
1 edited

Legend:

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

    r8365 r8392  
    170170
    171171    @Override
    172     public void showNotify() { }
    173 
    174     @Override
    175     public void hideNotify() { }
    176 
    177     @Override
    178     public void activeLayerChange(Layer oldLayer, Layer newLayer) { }
     172    public void activeLayerChange(Layer oldLayer, Layer newLayer) {
     173        // Do nothing
     174    }
    179175
    180176    @Override
Note: See TracChangeset for help on using the changeset viewer.