Changeset 13158 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2017-11-25T02:31:32+01:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/SplitWayAction.java
r13123 r13158 429 429 * @param selection The list of currently selected primitives 430 430 * @return the result from the split operation 431 * @deprecated to be removed end of 2017. Use {@link #splitWay(Way, List, Collection)} instead431 * @deprecated to be removed end of 2017. Use {@link SplitWayCommand#splitWay} instead 432 432 */ 433 433 @Deprecated … … 450 450 * @return the result from the split operation 451 451 * @since 12718 452 * @deprecated to be removed end of 2017. Use {@link #splitWay(Way, List, Collection)} instead452 * @deprecated to be removed end of 2017. Use {@link SplitWayCommand#splitWay} instead 453 453 */ 454 454 @Deprecated … … 475 475 * @return the result from the split operation 476 476 * @since 8954 477 * @deprecated to be removed end of 2017. Use {@link #splitWay(Way, List, Collection, Strategy)} instead477 * @deprecated to be removed end of 2017. Use {@link SplitWayCommand#splitWay} instead 478 478 */ 479 479 @Deprecated … … 534 534 * @param selection The list of currently selected primitives 535 535 * @return the result from the split operation 536 * @deprecated to be removed end of 2017. Use {@link #split(Way, List, Collection)} instead536 * @deprecated to be removed end of 2017. Use {@link SplitWayCommand#split} instead 537 537 */ 538 538 @Deprecated … … 556 556 * @return the result from the split operation 557 557 * @since 12718 558 * @deprecated to be removed end of 2017. Use {@link #splitWay(Way, List, Collection)} instead558 * @deprecated to be removed end of 2017. Use {@link SplitWayCommand#split} instead 559 559 */ 560 560 @Deprecated
Note: See TracChangeset
for help on using the changeset viewer.