Ignore:
Timestamp:
2010-09-01T10:48:28+02:00 (16 years ago)
Author:
bastiK
Message:

reworked reverseWay and combineWay such that it can be used by other actions without hack (see #5179 - Join overlapping areas rewrite)

File:
1 edited

Legend:

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

    r3503 r3504  
    132132     *          modify, but the read-only iteration will happen on a copy
    133133     *          of the unmodified Storage.
     134     *          This is similar to CopyOnWriteArrayList.
    134135     */
    135136    public Storage(Hash<? super T, ? super T> ha, int capacity, boolean safeIterator) {
Note: See TracChangeset for help on using the changeset viewer.