Changeset 12729 in josm for trunk/src


Ignore:
Timestamp:
2017-09-05T01:27:24+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15229 - fix typos, warnings

Location:
trunk/src/org/openstreetmap/josm/data
Files:
2 edited

Legend:

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

    r12725 r12729  
    4141     * <p>Replies the projected east/north coordinates.</p>
    4242     *
    43      * <p>Uses the {@link Main#getProjection() global projection} to project the lan/lon-coordinates.</p>
     43     * <p>Uses the {@link Main#getProjection() global projection} to project the lat/lon-coordinates.</p>
    4444     *
    4545     * @return the east north coordinates or {@code null} if #is
  • trunk/src/org/openstreetmap/josm/data/osm/Node.java

    r12726 r12729  
    103103     * Replies the projected east/north coordinates.
    104104     * <p>
    105      * Uses the {@link Main#getProjection() global projection} to project the lan/lon-coordinates.
     105     * Uses the {@link Main#getProjection() global projection} to project the lat/lon-coordinates.
    106106     * @return the east north coordinates or {@code null} if #is
    107107     */
Note: See TracChangeset for help on using the changeset viewer.