Ignore:
Timestamp:
16.02.2010 09:30:28 (2 years ago)
Author:
jttt
Message:

Fix #4406 tags disapear: merging node with ID:0 and tag to existing node without tags

File:
1 edited

Legend:

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

    r2512 r2996  
    110110            Tag other = (Tag) obj; 
    111111            return key.equals(other.getKey()) && value.equals(other.getValue()); 
    112         } else { 
     112        } else 
    113113            return false; 
    114         } 
    115114    } 
    116115 
Note: See TracChangeset for help on using the changeset viewer.