- Timestamp:
- 2016-09-18T17:33:50+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/LayerManager.java
r11011 r11022 171 171 172 172 /** 173 * This is the list of layers we manage. The list is unmodifyable It is only changed in the EDT. 173 * This is the list of layers we manage. The list is unmodifyable. That way, read access does not need to be synchronized. 174 * 175 * It is only changed in the EDT. 174 176 * @see LayerManager#updateLayers(Consumer) 175 177 */
Note:
See TracChangeset
for help on using the changeset viewer.