mirror of
https://github.com/corda/corda.git
synced 2025-06-13 20:58:19 +00:00
remove non-conforming ZipEntry.getJavaTime API and associated tests (which failed the openjdk build)
This commit is contained in:
@ -119,10 +119,6 @@ public class ZipEntry {
|
||||
return millisTime;
|
||||
}
|
||||
|
||||
public int getJavaTime(){
|
||||
return modTimeDate;
|
||||
}
|
||||
|
||||
/**
|
||||
* Method computeDOSDateTime():
|
||||
*
|
||||
|
Reference in New Issue
Block a user