Ignore:
Timestamp:
2017-02-26T05:25:20+01:00 (8 years ago)
Author:
donvip
Message:

update to JOSM 11626

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/o5m/src/org/openstreetmap/josm/plugins/o5m/io/O5mReader.java

    r33012 r33164  
    221221            if (!b.isCollapsed() && LatLon.isValidLat(minlat) && LatLon.isValidLat(maxlat)
    222222                                 && LatLon.isValidLon(minlon) && LatLon.isValidLon(maxlon)) {
    223                 ds.dataSources.add(new DataSource(b, header));
     223                ds.addDataSource(new DataSource(b, header));
    224224            } else {
    225225                Main.error("Invalid Bounds: "+b);
Note: See TracChangeset for help on using the changeset viewer.