Changeset 440 in josm
- Timestamp:
- 2007-10-30T02:17:26+01:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
r438 r440 119 119 */ 120 120 public static Collection<String> uninteresting = 121 new HashSet<String>(Arrays.asList(new String[] {"source", "created_by"})); 121 new HashSet<String>(Arrays.asList(new String[] {"source", "note", "created_by"})); 122 122 123 123 /**
Note:
See TracChangeset
for help on using the changeset viewer.