Index: trunk/src/org/openstreetmap/josm/gui/tagging/TagEditorModel.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/tagging/TagEditorModel.java	(revision 3001)
+++ trunk/src/org/openstreetmap/josm/gui/tagging/TagEditorModel.java	(revision 3002)
@@ -27,7 +27,4 @@
  * TagEditorModel is a table model.
  *
- *
- * @author gubaer
- *
  */
 @SuppressWarnings("serial")
@@ -39,5 +36,5 @@
 
     /** the list holding the tags */
-    private  ArrayList<TagModel> tags = null;
+    protected ArrayList<TagModel> tags = null;
 
     /** indicates whether the model is dirty */
