Skip to content

Commit 53ad940

Browse files
authored
Merge pull request #1596 from xuwei-k/ZipCentralDir-final
fix ZipCentralDir warning
2 parents 16641dc + 51f28e0 commit 53ad940

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/zinc-classfile/src/main/java/sbt/internal/inc/zip/ZipCentralDir.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
* for Straight to Jar but it does not work in place (has to recreate zips) and does
6969
* not allow to disable compression that makes it not efficient enough.
7070
*/
71-
public class ZipCentralDir {
71+
public final class ZipCentralDir {
7272

7373
private final byte[] cen; // CEN & ENDHDR
7474
private END end;

0 commit comments

Comments
 (0)