Index: /trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java	(revision 17455)
+++ /trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java	(revision 17456)
@@ -927,5 +927,5 @@
      */
     public final boolean hasEqualSemanticAttributes(OsmPrimitive other) {
-        return hasEqualSemanticAttributes(other, true);
+        return hasEqualSemanticAttributes(other, false);
     }
 
