Changeset 3002 in josm


Ignore:
Timestamp:
Feb 17, 2010 5:17:02 PM (3 years ago)
Author:
Gubaer
Message:

changing visibility of tags collection. Required for cleaning up tageditor plugin.

File:
1 edited

Legend:

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

    r2990 r3002  
    2727 * TagEditorModel is a table model. 
    2828 * 
    29  * 
    30  * @author gubaer 
    31  * 
    3229 */ 
    3330@SuppressWarnings("serial") 
     
    3936 
    4037    /** the list holding the tags */ 
    41     private ArrayList<TagModel> tags = null; 
     38    protected ArrayList<TagModel> tags = null; 
    4239 
    4340    /** indicates whether the model is dirty */ 
Note: See TracChangeset for help on using the changeset viewer.