Changeset 16213 in josm for trunk


Ignore:
Timestamp:
2020-03-28T22:32:31+01:00 (4 years ago)
Author:
Don-vip
Message:

fix PMD/Javadoc issues

Location:
trunk/src/org/openstreetmap/josm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/util/CheckThreadViolationRepaintManager.java

    r16172 r16213  
    1414 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    1515 */
    16 
    1716package org.openstreetmap.josm.gui.util;
    1817
     
    2827 * <p>This class is used to detect Event Dispatch Thread rule violations</p>
    2928 *
    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>
    3430 *
    3531 * @author Scott Delap
    3632 * @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/
    4033 */
    4134public class CheckThreadViolationRepaintManager extends RepaintManager {
  • trunk/src/org/openstreetmap/josm/tools/Territories.java

    r16196 r16213  
    5858
    5959    private static volatile Map<String, GeoPropertyIndex<Boolean>> iso3166Cache;
    60     protected static volatile Map<String, TaginfoRegionalInstance> taginfoCache;
    61     protected static volatile Map<String, TaginfoRegionalInstance> taginfoGeofabrikCache;
     60    private static volatile Map<String, TaginfoRegionalInstance> taginfoCache;
     61    private static volatile Map<String, TaginfoRegionalInstance> taginfoGeofabrikCache;
    6262    private static volatile Map<String, TagMap> customTagsCache;
    6363
Note: See TracChangeset for help on using the changeset viewer.