Changeset 18761 in josm for trunk/src/org/openstreetmap/josm/actions/mapmode/SplitMode.java
- Timestamp:
- 2023-06-14T22:27:42+02:00 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/SplitMode.java
r18760 r18761 109 109 } 110 110 111 112 113 111 @Override 114 112 public void mousePressed(MouseEvent e) { … … 229 227 } 230 228 231 232 233 229 @Override 234 230 public String getModeHelpText() { … … 442 438 } 443 439 444 445 446 440 /** 447 441 * Split a specified {@link Way} at the given nodes … … 464 458 * @param selection (Optional, can be null) Selection which should be updated 465 459 */ 466 publicSplitWayActionConcrete(Way splitWay, List<Node> splitNodes, List<OsmPrimitive> selection) {460 SplitWayActionConcrete(Way splitWay, List<Node> splitNodes, List<OsmPrimitive> selection) { 467 461 super(tr("Split way {0}", DefaultNameFormatter.getInstance().format(splitWay)), 468 462 ImageProvider.get(splitWay.getType()));
Note:
See TracChangeset
for help on using the changeset viewer.