Changeset 19321 in josm for trunk/src/org/openstreetmap/josm/data/Preferences.java
- Timestamp:
- 2025-02-14T11:38:27+01:00 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/Preferences.java
r19316 r19321 96 96 /** keep subkey even if it starts with any of {@link #OBSOLETE_PREF_KEYS_START} */ 97 97 private static final List<String> KEEP_PREF_KEYS = Arrays.asList( 98 98 // nothing ATM 99 99 ); 100 100
Note:
See TracChangeset
for help on using the changeset viewer.