Ignore:
Timestamp:
2014-02-25T01:31:24+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TagEditorModel.java

    r6830 r6883  
    3333@SuppressWarnings("serial")
    3434public class TagEditorModel extends AbstractTableModel {
    35     static public final String PROP_DIRTY = TagEditorModel.class.getName() + ".dirty";
     35    public static final String PROP_DIRTY = TagEditorModel.class.getName() + ".dirty";
    3636
    3737    /** the list holding the tags */
Note: See TracChangeset for help on using the changeset viewer.