Changeset 12971 in josm
- Timestamp:
- 2017-10-09T21:58:49+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/ElemStyles.java
r12968 r12971 71 71 private final Map<String, String> preferenceCache = new HashMap<>(); 72 72 73 private staticvolatile Color backgroundColorCache;73 private volatile Color backgroundColorCache; 74 74 75 75 /**
Note:
See TracChangeset
for help on using the changeset viewer.