Ignore:
Timestamp:
2020-02-24T22:04:33+01:00 (4 years ago)
Author:
Don-vip
Message:

fix recently introduced SonarQube issues

File:
1 edited

Legend:

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

    r15893 r15926  
    137137            });
    138138        }
    139         return PROP_AUTO_FILTER_DEFAULTS.get() ? defaultValueSupplier.apply(osm) : IntStream.empty();
     139        return Boolean.TRUE.equals(PROP_AUTO_FILTER_DEFAULTS.get()) ? defaultValueSupplier.apply(osm) : IntStream.empty();
    140140    }
    141141
Note: See TracChangeset for help on using the changeset viewer.