- Timestamp:
- 2021-01-11T14:58:01+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
r17425 r17456 927 927 */ 928 928 public final boolean hasEqualSemanticAttributes(OsmPrimitive other) { 929 return hasEqualSemanticAttributes(other, true);929 return hasEqualSemanticAttributes(other, false); 930 930 } 931 931
Note:
See TracChangeset
for help on using the changeset viewer.