Ignore:
Timestamp:
2016-03-13T01:17:21+01:00 (8 years ago)
Author:
Don-vip
Message:

see #12599, fix #12616 - Random repositioning of nodes (incomplete fix from r9961)

File:
1 edited

Legend:

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

    r9970 r9979  
    12371237     * @return true if this primitive and other are equal with respect to their semantic attributes.
    12381238     */
    1239     public boolean hasEqualSemanticAttributes(OsmPrimitive other) {
     1239    public final boolean hasEqualSemanticAttributes(OsmPrimitive other) {
    12401240        return hasEqualSemanticAttributes(other, true);
    12411241    }
Note: See TracChangeset for help on using the changeset viewer.