Index: /trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java	(revision 437)
+++ /trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java	(revision 438)
@@ -119,5 +119,5 @@
 	 */
 	public static Collection<String> uninteresting = 
-		new HashSet<String>(Arrays.asList(new String[] {"source", "note", "created_by"}));
+		new HashSet<String>(Arrays.asList(new String[] {"source", "created_by"}));
 	
 	/**
