mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
fixing problems!
This commit is contained in:
@ -12,4 +12,8 @@ package java.util.jar;
|
||||
|
||||
import java.util.zip.ZipEntry;
|
||||
|
||||
public abstract class JarEntry extends ZipEntry { }
|
||||
public abstract class JarEntry extends ZipEntry {
|
||||
public JarEntry(){
|
||||
super(null);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user