Changeset 17803 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2021-04-19T22:10:49+02:00 (3 years ago)
Author:
simon04
Message:

see #20744 - @SuppressWarnings("unchecked")

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/ExpressionFactory.java

    r17797 r17803  
    142142
    143143    static {
     144        initFactories();
     145    }
     146
     147    @SuppressWarnings("unchecked")
     148    private static void initFactories() {
    144149        FACTORY_MAP.put("CRC32_checksum", Factory.of(String.class, Functions::CRC32_checksum));
    145150        FACTORY_MAP.put("JOSM_pref", Factory.ofEnv(String.class, String.class, null, Functions::JOSM_pref));
Note: See TracChangeset for help on using the changeset viewer.