Changeset 3002 in josm
- Timestamp:
- Feb 17, 2010 5:17:02 PM (3 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.
