Changeset 1471 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2009-03-08T13:55:58+01:00 (16 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.