Index: trunk/src/org/openstreetmap/josm/corrector/TagCorrectionTableModel.java
===================================================================
--- trunk/src/org/openstreetmap/josm/corrector/TagCorrectionTableModel.java	(revision 731)
+++ trunk/src/org/openstreetmap/josm/corrector/TagCorrectionTableModel.java	(revision 732)
@@ -21,5 +21,5 @@
 	}
 
-	@Override public int getColumnCount() {
+	public int getColumnCount() {
 		return 5;
 	}
@@ -47,9 +47,9 @@
 	}
 
-	@Override public int getRowCount() {
+	public int getRowCount() {
 		return tagCorrections.size();
 	}
 
-	@Override public Object getValueAt(int rowIndex, int colIndex) {
+	public Object getValueAt(int rowIndex, int colIndex) {
 
 		TagCorrection tagCorrection = tagCorrections.get(rowIndex);
