Commit d2160277 authored by Riegel's avatar Riegel
Browse files

Reformat: Remove unused function

parent 31fcb511
Showing with 1 addition and 4 deletions
+1 -4
...@@ -59,7 +59,7 @@ public class CityGmlZipArchive implements Serializable { ...@@ -59,7 +59,7 @@ public class CityGmlZipArchive implements Serializable {
} }
} }
private CityGmlZipArchive(Path archivePath){ private CityGmlZipArchive(Path archivePath){
this.archivePath = archivePath; this.archivePath = archivePath;
this.archiveNameRE = archivePath.getFileName().toString().replace(".zip","") + File.separator; this.archiveNameRE = archivePath.getFileName().toString().replace(".zip","") + File.separator;
} }
...@@ -98,7 +98,4 @@ public class CityGmlZipArchive implements Serializable { ...@@ -98,7 +98,4 @@ public class CityGmlZipArchive implements Serializable {
return entries; 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