Ignore:
Timestamp:
2016-01-01T02:35:34+01:00 (8 years ago)
Author:
Don-vip
Message:

javadoc update

File:
1 edited

Legend:

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

    r9067 r9231  
    139139    }
    140140
     141    /**
     142     * Move again to the specified coordinates.
     143     * @param x X coordinate
     144     * @param y Y coordinate
     145     * @see #moveAgain
     146     */
    141147    public void moveAgainTo(double x, double y) {
    142148        moveAgain(x - this.x, y - this.y);
     
    144150
    145151    /**
    146      * Change the displacement vector to have endpoint @param currentEN
    147      * starting point is  startEN
     152     * Change the displacement vector to have endpoint {@code currentEN}.
     153     * starting point is startEN
     154     * @param currentEN the new endpoint
    148155     */
    149156    public void applyVectorTo(EastNorth currentEN) {
Note: See TracChangeset for help on using the changeset viewer.