Changeset 3002 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2010-02-17T17:17:02+01:00 (14 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.