Ignore:
Timestamp:
2017-05-15T17:55:56+02:00 (7 years ago)
Author:
michael2402
Message:

Fixed checkstyle warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/Projecting.java

    r12163 r12171  
    3636     * @param ll the geographical point to convert (in WGS84 lat/lon)
    3737     * @return the corresponding east/north coordinates
     38     * @see ILatLon#getEastNorth(Projecting) as shorthand.
    3839     * @since 12161
    39      * @see ILatLon#getEastNorth(Projecting)
    4040     */
    4141    EastNorth latlon2eastNorth(ILatLon ll);
     
    5151    /**
    5252     * Gets the base projection instance used.
     53     * This may be the same as this one or a different one if this one is translated in east/north space.
    5354     * @return The projection.
    5455     */
Note: See TracChangeset for help on using the changeset viewer.