Ignore:
Timestamp:
2023-06-14T22:27:42+02:00 (18 months ago)
Author:
taylor.smock
Message:

Fix borked tests (see r18757)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/SplitMode.java

    r18760 r18761  
    109109    }
    110110
    111 
    112 
    113111    @Override
    114112    public void mousePressed(MouseEvent e) {
     
    229227    }
    230228
    231 
    232 
    233229    @Override
    234230    public String getModeHelpText() {
     
    442438    }
    443439
    444 
    445 
    446440    /**
    447441     * Split a specified {@link Way} at the given nodes
     
    464458         * @param selection (Optional, can be null) Selection which should be updated
    465459         */
    466         public SplitWayActionConcrete(Way splitWay, List<Node> splitNodes, List<OsmPrimitive> selection) {
     460        SplitWayActionConcrete(Way splitWay, List<Node> splitNodes, List<OsmPrimitive> selection) {
    467461            super(tr("Split way {0}", DefaultNameFormatter.getInstance().format(splitWay)),
    468462                    ImageProvider.get(splitWay.getType()));
Note: See TracChangeset for help on using the changeset viewer.