Changeset 438 in josm


Ignore:
Timestamp:
2007-10-29T09:01:11+01:00 (16 years ago)
Author:
gebner
Message:

Remove 'note' from the list of uninteresting tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java

    r369 r438  
    119119         */
    120120        public static Collection<String> uninteresting =
    121                 new HashSet<String>(Arrays.asList(new String[] {"source", "note", "created_by"}));
     121                new HashSet<String>(Arrays.asList(new String[] {"source", "created_by"}));
    122122       
    123123        /**
Note: See TracChangeset for help on using the changeset viewer.