Changeset 3002 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2010-02-17T17:17:02+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/TagEditorModel.java
r2990 r3002 27 27 * TagEditorModel is a table model. 28 28 * 29 *30 * @author gubaer31 *32 29 */ 33 30 @SuppressWarnings("serial") … … 39 36 40 37 /** the list holding the tags */ 41 pr ivateArrayList<TagModel> tags = null;38 protected ArrayList<TagModel> tags = null; 42 39 43 40 /** indicates whether the model is dirty */
Note:
See TracChangeset
for help on using the changeset viewer.