Ignore:
Timestamp:
2020-03-21T10:38:57+01:00 (4 years ago)
Author:
Don-vip
Message:

code cleanup / javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/presets/TaggingPresetItem.java

    r16080 r16179  
    3636
    3737    // cache the parsing of types using a LRU cache
    38     private static final Map<String, Set<TaggingPresetType>> TYPE_CACHE = new LruCache<>(16);;
     38    private static final Map<String, Set<TaggingPresetType>> TYPE_CACHE = new LruCache<>(16);
    3939
    4040    protected void initAutoCompletionField(AutoCompletingTextField field, String... key) {
Note: See TracChangeset for help on using the changeset viewer.