Ignore:
Timestamp:
2021-12-20T17:13:38+01:00 (3 years ago)
Author:
Don-vip
Message:

fix #21645 - code cleanup (patch by gaben)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/coor/EastNorth.java

    r12669 r18342  
    5454
    5555    /**
    56      * Adds the coordinates of an other EastNorth instance to this one.
     56     * Adds the coordinates of another EastNorth instance to this one.
    5757     * @param other The other instance.
    5858     * @return The new EastNorth position.
     
    158158
    159159    /**
    160      * Returns an EastNorth representing the this EastNorth rotated around
     160     * Returns an EastNorth representing this EastNorth rotated around
    161161     * a given EastNorth by a given angle
    162162     * @param pivot the center of the rotation
Note: See TracChangeset for help on using the changeset viewer.