Ignore:
Timestamp:
2017-01-12T02:25:41+01:00 (7 years ago)
Author:
Don-vip
Message:

sonar - fb-contrib:IMC_IMMATURE_CLASS_IDE_GENERATED_PARAMETER_NAMES - Style - Method uses IDE generated parameter names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ShowThumbnailAction.java

    r8658 r11457  
    3636    /**
    3737     * This is called after the menu entry was selected.
    38      * @param arg0 action event
     38     * @param e action event
    3939     */
    4040    @Override
    41     public void actionPerformed(ActionEvent arg0) {
     41    public void actionPerformed(ActionEvent e) {
    4242        layer.setUseThumbs(!layer.isUseThumbs());
    4343        Main.map.mapView.repaint();
Note: See TracChangeset for help on using the changeset viewer.