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/widgets/AbstractTextComponentValidator.java

    r6362 r6883  
    3333 */
    3434public abstract class AbstractTextComponentValidator implements ActionListener, FocusListener, DocumentListener, PropertyChangeListener{
    35     static final private Border ERROR_BORDER = BorderFactory.createLineBorder(Color.RED, 1);
    36     static final private Color ERROR_BACKGROUND =  new Color(255,224,224);
     35    private static final Border ERROR_BORDER = BorderFactory.createLineBorder(Color.RED, 1);
     36    private static final Color ERROR_BACKGROUND =  new Color(255,224,224);
    3737
    3838    private JTextComponent tc;
Note: See TracChangeset for help on using the changeset viewer.