- Timestamp:
- 2021-05-02T00:04:26+02:00 (4 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/data/osm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/AbstractPrimitive.java
r17755 r17849 135 135 */ 136 136 protected volatile short flags = FLAG_VISIBLE; // visible per default 137 138 /** 139 * The mappaint cache index for this primitive. 140 * This field belongs to {@code OsmPrimitive}, but due to Java's memory layout alignment, see #20830. 141 */ 142 protected short mappaintCacheIdx; 137 143 138 144 /*------------------- -
trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
r17822 r17849 146 146 *--------*/ 147 147 private StyleCache mappaintStyle; 148 private short mappaintCacheIdx;149 148 150 149 @Override
Note:
See TracChangeset
for help on using the changeset viewer.