mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
fixing problems!
This commit is contained in:
@ -285,6 +285,7 @@ public class ZipFile {
|
||||
public final int pointer;
|
||||
|
||||
public MyZipEntry(Window window, int pointer) {
|
||||
super(null);
|
||||
this.window = window;
|
||||
this.pointer = pointer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user