Ignore:
Timestamp:
2015-06-03T00:06:52+02:00 (9 years ago)
Author:
Don-vip
Message:

fix #11508 - fix bad behaviour of Move Node onto way with overlapping ways

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/PseudoCommand.java

    r6883 r8447  
    1717    /**
    1818     * Provides a description text representing this command.
     19     * @return description text representing this command
    1920     */
    2021    public abstract String getDescriptionText();
     
    2223    /**
    2324     * Provides a descriptive icon of this command.
     25     * @return descriptive icon of this command
    2426     */
    2527    public Icon getDescriptionIcon() {
     
    2931    /**
    3032     * Return the primitives that take part in this command.
     33     * @return primitives that take part in this command
    3134     */
    3235    public abstract Collection<? extends OsmPrimitive> getParticipatingPrimitives();
Note: See TracChangeset for help on using the changeset viewer.