Changeset 1471 in josm


Ignore:
Timestamp:
Mar 8, 2009 1:55:58 PM (4 years ago)
Author:
stoecker
Message:

added comment to uninteresting

File:
1 edited

Legend:

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

    r1470 r1471  
    328328        if(uninteresting == null) 
    329329            uninteresting = Main.pref.getCollection("tags.uninteresting", 
    330             Arrays.asList(new String[]{"source","note","converted_by","created_by"})); 
     330            Arrays.asList(new String[]{"source","note","comment","converted_by","created_by"})); 
    331331        if (keys != null) { 
    332332            for (Entry<String,String> e : keys.entrySet()) { 
Note: See TracChangeset for help on using the changeset viewer.