Changeset 13548 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2018-03-19T22:00:20+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/Preferences.java
r13543 r13548 27 27 import java.util.concurrent.TimeUnit; 28 28 import java.util.function.Predicate; 29 import java.util.regex.Pattern;30 29 import java.util.stream.Stream; 31 30 … … 76 75 public class Preferences extends AbstractPreferences { 77 76 78 private static final String COLOR_PREFIX = "color.";79 private static final Pattern COLOR_LAYER_PATTERN = Pattern.compile("layer\\.(.+)");80 private static final Pattern COLOR_MAPPAINT_PATTERN = Pattern.compile("mappaint\\.(.+?)\\.(.+)");81 82 77 private static final String[] OBSOLETE_PREF_KEYS = { 83 "projection", /* remove entry after Nov. 2017 */84 "projection.sub", /* remove entry after Nov. 2017 */85 78 }; 86 79
Note:
See TracChangeset
for help on using the changeset viewer.