Changeset 3014 in josm for trunk/src


Ignore:
Timestamp:
2010-02-18T11:52:54+01:00 (15 years ago)
Author:
Gubaer
Message:

changing visibility. Required for cleaning up tageditor plugin.

File:
1 edited

Legend:

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

    r2974 r3014  
    2222    static private Logger logger = Logger.getLogger(TagCellEditor.class.getName());
    2323
    24     private AutoCompletingTextField editor = null;
    25     private TagModel currentTag = null;
     24    protected AutoCompletingTextField editor = null;
     25    protected TagModel currentTag = null;
    2626
    2727    /** the cache of auto completion items derived from the current JOSM data set */
    28     private AutoCompletionCache acCache = null;
     28    protected AutoCompletionCache acCache = null;
    2929
    3030    /** user input is matched against this list of auto completion items */
    31     private AutoCompletionList autoCompletionList = null;
     31    protected AutoCompletionList autoCompletionList = null;
    3232
    3333    /**
Note: See TracChangeset for help on using the changeset viewer.