Ignore:
Timestamp:
2016-10-30T21:24:41+01:00 (10 years ago)
Author:
donvip
Message:

findbugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionGrab.java

    r32556 r33047  
    1717public class MenuActionGrab extends JosmAction {
    1818
    19     public static String name = marktr("Cadastre grab");
     19    public static final String NAME = marktr("Cadastre grab");
    2020
     21    /**
     22     * Constructs a new {@code MenuActionGrab}.
     23     */
    2124    public MenuActionGrab() {
    22         super(tr(name), "cadastre_small", tr("Download Image from French Cadastre WMS"),
     25        super(tr(NAME), "cadastre_small", tr("Download Image from French Cadastre WMS"),
    2326                Shortcut.registerShortcut("cadastre:grab", tr("Cadastre: {0}", tr("Download Image from French Cadastre WMS")),
    2427                KeyEvent.VK_F10, Shortcut.DIRECT), false, "cadastrefr/grab", true);
     
    3841            new MenuActionNewLocation().actionPerformed(e);
    3942    }
    40 
    4143}
Note: See TracChangeset for help on using the changeset viewer.