Changeset 12753 in josm


Ignore:
Timestamp:
2017-09-06T10:03:10+02:00 (7 years ago)
Author:
bastiK
Message:

see #15251 - suppress (unwarranted) deprecation warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/Node.java

    r12729 r12753  
    104104     * <p>
    105105     * Uses the {@link Main#getProjection() global projection} to project the lat/lon-coordinates.
    106      * @return the east north coordinates or {@code null} if #is
    107      */
     106     * <p>
     107     * Method {@link org.openstreetmap.josm.data.coor.ILatLon#getEastNorth()} of
     108     * implemented interface <code>ILatLon</code> is deprecated, but this method is not.
     109     * @return the east north coordinates or {@code null} if {@link #isLatLonKnown()}
     110     * is false.
     111     */
     112    @SuppressWarnings("deprecation")
    108113    @Override
    109114    public EastNorth getEastNorth() {
Note: See TracChangeset for help on using the changeset viewer.