"...git@transfer.hft-stuttgart.de:citydoctor/citydoctor2.git" did not exist on "34c26b20c5a78c835c868aa7284276c32550fa40"
Commit 6198d102 authored by Riegel's avatar Riegel
Browse files

Feat: Make CityGmlArchive serializable

2 merge requests!28Version 3.17.0 Release,!26Add ZIP-archive support
Showing with 2 additions and 1 deletion
+2 -1
......@@ -10,6 +10,7 @@ import java.io.FileInputStream;
import java.io.IOException;
import java.io.Serial;
import java.io.Serializable;
import java.nio.file.Path;
import java.util.ArrayList;
import java.util.List;
......@@ -18,7 +19,7 @@ import java.util.zip.ZipEntry;
import java.util.zip.ZipFile;
import java.util.zip.ZipInputStream;
public class CityGmlArchive {
public class CityGmlArchive implements Serializable {
private static final Logger logger = LogManager.getLogger(CityGmlArchive.class);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment