Changeset 15431 in josm for trunk/src/org


Ignore:
Timestamp:
2019-10-06T14:47:39+02:00 (5 years ago)
Author:
Don-vip
Message:

fix #2760 - update unit tests (patch by Bjoeni)

File:
1 edited

Legend:

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

    r15427 r15431  
    300300     * @since 15419
    301301     */
    302     public final SequenceCommand createSimplifyCommand(Way w) {
     302    public static SequenceCommand createSimplifyCommand(Way w) {
    303303        return createSimplifyCommand(w, Config.getPref().getDouble("simplify-way.max-error", 3.0));
    304304    }
Note: See TracChangeset for help on using the changeset viewer.