Commit d2160277 authored by Riegel's avatar Riegel
Browse files

Reformat: Remove unused function

2 merge requests!28Version 3.17.0 Release,!26Add ZIP-archive support
Showing with 1 addition and 4 deletions
+1 -4
......@@ -59,7 +59,7 @@ public class CityGmlZipArchive implements Serializable {
}
}
private CityGmlZipArchive(Path archivePath){
private CityGmlZipArchive(Path archivePath){
this.archivePath = archivePath;
this.archiveNameRE = archivePath.getFileName().toString().replace(".zip","") + File.separator;
}
......@@ -98,7 +98,4 @@ public class CityGmlZipArchive implements Serializable {
return entries;
}
public void streamValidateCityGml() {
return;
}
}
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