Ignore:
Timestamp:
2018-03-04T01:20:15+01:00 (8 years ago)
Author:
Don-vip
Message:

see #11924, see #15560, see #16048 - tt HTML tag is deprecated in HTML5: use code instead

File:
1 edited

Legend:

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

    r13434 r13493  
    527527    /**
    528528     * Returns the last node of this way.
    529      * The result equals <tt>{@link #getNode getNode}({@link #getNodesCount getNodesCount} - 1)</tt>.
     529     * The result equals <code>{@link #getNode getNode}({@link #getNodesCount getNodesCount} - 1)</code>.
    530530     * @return the last node of this way
    531531     * @since 1400
Note: See TracChangeset for help on using the changeset viewer.