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

findbugs

File:
1 edited

Legend:

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

    r32556 r33047  
    1212public class MenuActionCancelGrab extends JosmAction {
    1313
    14     public static String name = marktr("Cancel current grab");
     14    public static final String NAME = marktr("Cancel current grab");
    1515
    1616    private WMSLayer wmsLayer;
    17    
     17
     18    /**
     19     * Constructs a new {@code MenuActionCancelGrab}.
     20     * @param wmsLayer WMS layer
     21     */
    1822    public MenuActionCancelGrab(WMSLayer wmsLayer) {
    19         super(tr(name), null, tr("Cancel current grab (only vector images)"), null, false);
     23        super(tr(NAME), null, tr("Cancel current grab (only vector images)"), null, false);
    2024        this.wmsLayer = wmsLayer;
    2125    }
Note: See TracChangeset for help on using the changeset viewer.