Ignore:
Timestamp:
2016-02-01T10:47:51+01:00 (8 years ago)
Author:
simon04
Message:

see #12472 - Fix warnings identified by error-prone

File:
1 edited

Legend:

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

    r9668 r9703  
    5757                @Override
    5858                public void propertyChange(PropertyChangeEvent evt) {
    59                     if (evt.getPropertyName() == javax.swing.Action.SMALL_ICON) {
     59                    if (javax.swing.Action.SMALL_ICON.equals(evt.getPropertyName())) {
    6060                        fixIcon(null);
    6161                    }
Note: See TracChangeset for help on using the changeset viewer.