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

    r32556 r33047  
    1414    private static final long serialVersionUID = 1L;
    1515
    16     public static String name = marktr("Preferences");
     16    public static final String NAME = marktr("Preferences");
    1717
     18    /**
     19     * Constructs a new {@code MenuActionOpenPreferences}.
     20     */
    1821    public MenuActionOpenPreferences() {
    19         super(tr(name), "cadastre_small", tr("Open Cadastre Preferences"), null, false, "cadastrefr/openpreferences", true);
     22        super(tr(NAME), "cadastre_small", tr("Open Cadastre Preferences"), null, false, "cadastrefr/openpreferences", true);
    2023    }
    2124
Note: See TracChangeset for help on using the changeset viewer.