Changeset 11022 in josm for trunk


Ignore:
Timestamp:
2016-09-18T17:33:50+02:00 (8 years ago)
Author:
michael2402
Message:

Comment about LayerManager synchronization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/LayerManager.java

    r11011 r11022  
    171171
    172172    /**
    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.
    174176     * @see LayerManager#updateLayers(Consumer)
    175177     */
Note: See TracChangeset for help on using the changeset viewer.