- Timestamp:
- 2018-05-14T03:49:36+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/DataSet.java
r13764 r13765 515 515 } 516 516 517 protectedvoid removePrimitive(OsmPrimitive primitive) {517 void removePrimitive(OsmPrimitive primitive) { 518 518 checkModifiable(); 519 519 beginUpdate();
Note:
See TracChangeset
for help on using the changeset viewer.