Changeset 8291 in josm for trunk/src/org/openstreetmap/josm/actions/mapmode
- Timestamp:
- 2015-04-29T01:44:01+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/DeleteAction.java
r8285 r8291 321 321 * @param layer the layer in whose context the relation is deleted. Must not be null. 322 322 * @param toDelete the relation to be deleted. Must not be null. 323 * @ exceptionIllegalArgumentException thrown if layer is null324 * @ exceptionIllegalArgumentException thrown if toDelete is nul323 * @throws IllegalArgumentException if layer is null 324 * @throws IllegalArgumentException if toDelete is nul 325 325 */ 326 326 public static void deleteRelation(OsmDataLayer layer, Relation toDelete) {
Note:
See TracChangeset
for help on using the changeset viewer.