Commit 4ef61474 authored by Riegel's avatar Riegel
Browse files

Style: Make fields final

2 merge requests!28Version 3.17.0 Release,!26Add ZIP-archive support
Showing with 2 additions and 2 deletions
+2 -2
......@@ -8,8 +8,8 @@ import java.util.zip.ZipFile;
public class CityGmlZipInputStream implements AutoCloseable {
private ZipFile zip;
private ZipEntry zipEntry;
private final ZipFile zip;
private final ZipEntry zipEntry;
private boolean closed = false;
private static final long MB = 1024 * 1024L;
......
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