mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
fixing problems!
This commit is contained in:
@ -117,7 +117,10 @@ public class ZipEntry {
|
||||
|
||||
public long getTime(){
|
||||
return millisTime;
|
||||
}
|
||||
|
||||
public int getJavaTime(){
|
||||
return modTimeDate;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user