There was an error while loading. Please reload this page.
2 parents 16641dc + 51f28e0 commit 53ad940Copy full SHA for 53ad940
1 file changed
internal/zinc-classfile/src/main/java/sbt/internal/inc/zip/ZipCentralDir.java
@@ -68,7 +68,7 @@
68
* for Straight to Jar but it does not work in place (has to recreate zips) and does
69
* not allow to disable compression that makes it not efficient enough.
70
*/
71
-public class ZipCentralDir {
+public final class ZipCentralDir {
72
73
private final byte[] cen; // CEN & ENDHDR
74
private END end;
0 commit comments