Changeset 16213 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-03-28T22:32:31+01:00 (5 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/util/CheckThreadViolationRepaintManager.java
r16172 r16213 14 14 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 15 15 */ 16 17 16 package org.openstreetmap.josm.gui.util; 18 17 … … 28 27 * <p>This class is used to detect Event Dispatch Thread rule violations</p> 29 28 * 30 * <p>This is a modification of original idea of Scott Delap. 31 * Initial version of {@code ThreadCheckingRepaintManager} can be found here: 32 * <a href="http://www.clientjava.com/blog/2004/08/20/1093059428000.html">Easily Find Swing Threading Mistakes</a> 33 * </p> 29 * <p>This is a modification of original idea of Scott Delap.</p> 34 30 * 35 31 * @author Scott Delap 36 32 * @author Alexander Potochkin 37 * @see <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html">How to Use Threads</a>38 *39 * https://swinghelper.dev.java.net/40 33 */ 41 34 public class CheckThreadViolationRepaintManager extends RepaintManager { -
trunk/src/org/openstreetmap/josm/tools/Territories.java
r16196 r16213 58 58 59 59 private static volatile Map<String, GeoPropertyIndex<Boolean>> iso3166Cache; 60 pr otectedstatic volatile Map<String, TaginfoRegionalInstance> taginfoCache;61 pr otectedstatic volatile Map<String, TaginfoRegionalInstance> taginfoGeofabrikCache;60 private static volatile Map<String, TaginfoRegionalInstance> taginfoCache; 61 private static volatile Map<String, TaginfoRegionalInstance> taginfoGeofabrikCache; 62 62 private static volatile Map<String, TagMap> customTagsCache; 63 63
Note:
See TracChangeset
for help on using the changeset viewer.