Index: applications/editors/josm/plugins/tageditor/build.xml
===================================================================
--- applications/editors/josm/plugins/tageditor/build.xml	(revision 20528)
+++ applications/editors/josm/plugins/tageditor/build.xml	(revision 20530)
@@ -28,6 +28,6 @@
 
 
-	<property name="commit.message" value="Testing plugin update" />
-	<property name="plugin.main.version" value="3089" />
+	<property name="commit.message" value="Updating to JOSM 3141" />
+	<property name="plugin.main.version" value="3141" />
 
 	<!--
Index: applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagEditor.java
===================================================================
--- applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagEditor.java	(revision 20528)
+++ applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/editor/TagEditor.java	(revision 20530)
@@ -101,5 +101,5 @@
 		// build the scrollable table for editing tag names and tag values
 		//
-		tblTagEditor = new TagTable(tagEditorModel, rowSelectionModel, colSelectionModel);
+		tblTagEditor = new TagTable(tagEditorModel);
 		tblTagEditor.setTagCellEditor(new TagSpecificationAwareTagCellEditor());
 		TableCellRenderer renderer = new TableCellRenderer();
