Changeset 17803 in josm for trunk/src/org
- Timestamp:
- 2021-04-19T22:10:49+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/ExpressionFactory.java
r17797 r17803 142 142 143 143 static { 144 initFactories(); 145 } 146 147 @SuppressWarnings("unchecked") 148 private static void initFactories() { 144 149 FACTORY_MAP.put("CRC32_checksum", Factory.of(String.class, Functions::CRC32_checksum)); 145 150 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.