Ignore:
Timestamp:
2017-08-08T15:13:27+02:00 (7 years ago)
Author:
bastiK
Message:

see #14794 - javadoc

File:
1 edited

Legend:

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

    r10663 r12581  
    1111import org.openstreetmap.josm.data.osm.OsmPrimitive;
    1212
     13/**
     14 * Command, to scale a given set of primitives.
     15 * The relative distance of the nodes will be increased/decreased.
     16 */
    1317public class ScaleCommand extends TransformNodesCommand {
    1418    /**
Note: See TracChangeset for help on using the changeset viewer.