kopia lustrzana https://github.com/JOSM/MapWithAI
Ensure that a List is serializable
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
2e3b90d3eb
commit
297ce7289a
|
@ -66,7 +66,7 @@ public final class MapWithAIDataUtils {
|
|||
|
||||
public GetDataRunnable(List<BBox> bbox, DataSet dataSet, PleaseWaitProgressMonitor monitor) {
|
||||
super();
|
||||
this.bbox = bbox;
|
||||
this.bbox = new ArrayList<>(bbox);
|
||||
this.dataSet = dataSet;
|
||||
this.monitor = monitor;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue