Ignore:
Timestamp:
2018-03-10T17:47:43+01:00 (6 years ago)
Author:
Don-vip
Message:

fix #16072 - add robustness in ImproveWayAccuracy map mode

File:
1 edited

Legend:

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

    r13493 r13512  
    123123     * @param index the position
    124124     * @return  the node at position <code>index</code>
    125      * @throws IndexOutOfBoundsException if <code>index</code> &lt; 0
     125     * @throws ArrayIndexOutOfBoundsException if <code>index</code> &lt; 0
    126126     * or <code>index</code> &gt;= {@link #getNodesCount()}
    127127     * @since 1862
Note: See TracChangeset for help on using the changeset viewer.