Index: /trunk/src/org/openstreetmap/josm/gui/tagging/TagCellEditor.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/tagging/TagCellEditor.java	(revision 3013)
+++ /trunk/src/org/openstreetmap/josm/gui/tagging/TagCellEditor.java	(revision 3014)
@@ -22,12 +22,12 @@
     static private Logger logger = Logger.getLogger(TagCellEditor.class.getName());
 
-    private AutoCompletingTextField editor = null;
-    private TagModel currentTag = null;
+    protected AutoCompletingTextField editor = null;
+    protected TagModel currentTag = null;
 
     /** the cache of auto completion items derived from the current JOSM data set */
-    private AutoCompletionCache acCache = null;
+    protected AutoCompletionCache acCache = null;
 
     /** user input is matched against this list of auto completion items */
-    private AutoCompletionList autoCompletionList = null;
+    protected AutoCompletionList autoCompletionList = null;
 
     /**
