Changeset 197 in josm for src/org/openstreetmap


Ignore:
Timestamp:
2007-01-14T05:00:46+01:00 (17 years ago)
Author:
imi
Message:
  • fixed a bug in merging code (hopefully the same that causes the exception in conflict dialog)
Location:
src/org/openstreetmap/josm
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/data/ServerSidePreferences.java

    r196 r197  
    9999         * Do nothing on load. Preferences are loaded with download().
    100100         */
    101         @Override public void load() throws IOException {
     101        @Override public void load() {
    102102        }
    103103
  • src/org/openstreetmap/josm/data/osm/visitor/MergeVisitor.java

    r159 r197  
    8282         */
    8383        public void visit(Segment other) {
    84                 if (other.incomplete)
    85                         return; // won't merge in an incomplete line segment!
    86                
    8784                if (mergeAfterId(mergedSegments, ds.segments, other))
    8885                        return;
Note: See TracChangeset for help on using the changeset viewer.