Ignore:
Timestamp:
2019-05-27T12:37:31+02:00 (5 years ago)
Author:
Don-vip
Message:

sonarqube, javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/display/ColorPreference.java

    r14152 r15121  
    406406        }
    407407        for (ColorEntry e : tableModel.getData()) {
    408             if (e.info.getValue() != null) {
    409                 if (e.toProperty().put(e.info.getValue())
    410                         && NamedColorProperty.COLOR_CATEGORY_MAPPAINT.equals(e.info.getCategory())) {
    411                     ret = true;
    412                 }
     408            if (e.info.getValue() != null && e.toProperty().put(e.info.getValue())
     409                    && NamedColorProperty.COLOR_CATEGORY_MAPPAINT.equals(e.info.getCategory())) {
     410                ret = true;
    413411            }
    414412        }
Note: See TracChangeset for help on using the changeset viewer.