Changeset 30701 in osm for applications/editors/josm/plugins/imagery_offset_db/src
- Timestamp:
- 2014-10-04T17:28:45+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/GetImageryOffsetAction.java
r29433 r30701 114 114 */ 115 115 private class DownloadOffsetsTask extends SimpleOffsetQueryTask { 116 private ImageryLayer layer;117 116 private List<ImageryOffsetBase> offsets; 118 117 … … 136 135 throw new IllegalArgumentException(e); 137 136 } 138 this.layer = layer;139 137 } 140 138
Note:
See TracChangeset
for help on using the changeset viewer.