remove non-conforming ZipEntry.getJavaTime API and associated tests (which failed the openjdk build)

This commit is contained in:
Joshua Warner
2013-11-07 19:13:13 -07:00
parent a54be0a381
commit 76b0bb4872
2 changed files with 0 additions and 60 deletions

View File

@ -119,10 +119,6 @@ public class ZipEntry {
return millisTime;
}
public int getJavaTime(){
return modTimeDate;
}
/**
* Method computeDOSDateTime():
*