Ignore:
Timestamp:
2015-10-12T22:58:25+02:00 (9 years ago)
Author:
Don-vip
Message:

major code cleanup/refactoring of tagging presets: slay the monster TaggingPresetItems (60 Kb, 1600 lines) and extract all its internal classes to a new package gui.tagging.presets.items

Location:
trunk/src/org/openstreetmap/josm/gui/tagging/presets
Files:
1 added
1 moved

Legend:

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

    r8862 r8863  
    11// License: GPL. For details, see LICENSE file.
    2 package org.openstreetmap.josm.gui.tagging;
     2package org.openstreetmap.josm.gui.tagging.presets;
    33
    44import static org.openstreetmap.josm.tools.I18n.tr;
     
    1717public final class TaggingPresetSearchDialog extends ExtendedDialog {
    1818
     19    private static TaggingPresetSearchDialog instance;
     20
    1921    private TaggingPresetSelector selector;
    20 
    21     private static TaggingPresetSearchDialog instance;
    2222
    2323    /**
Note: See TracChangeset for help on using the changeset viewer.