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/MenuActionBoundaries.java

    r32556 r33047  
    1212
    1313public class MenuActionBoundaries extends JosmAction {
    14    
    15     public static String name = "Administrative boundary";
     14
     15    public static final String NAME = "Administrative boundary";
    1616
    1717    private static final long serialVersionUID = 1L;
    1818    private WMSLayer wmsLayer = null;
    19    
     19
     20    /**
     21     * Constructs a new {@code MenuActionBoundaries}.
     22     */
    2023    public MenuActionBoundaries() {
    21         super(tr(name), "cadastre_small", tr("Extract commune boundary"), null, false);
     24        super(tr(NAME), "cadastre_small", tr("Extract commune boundary"), null, false);
    2225    }
    2326
     
    3538        }
    3639    }
    37 
    3840}
Note: See TracChangeset for help on using the changeset viewer.