Repository: commons-compress Updated Branches: refs/heads/master 283f1bceb -> 20494851e
typo Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/20494851 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/20494851 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/20494851 Branch: refs/heads/master Commit: 20494851ef1727739970d2784a805aa928b742e5 Parents: 283f1bc Author: Stefan Bodewig <bode...@apache.org> Authored: Tue Jul 4 11:11:33 2017 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Tue Jul 4 11:11:33 2017 +0200 ---------------------------------------------------------------------- .../compress/archivers/zip/X5455_ExtendedTimestampTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/20494851/src/test/java/org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestampTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestampTest.java b/src/test/java/org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestampTest.java index 97df90c..fbf6c95 100644 --- a/src/test/java/org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestampTest.java +++ b/src/test/java/org/apache/commons/compress/archivers/zip/X5455_ExtendedTimestampTest.java @@ -146,7 +146,7 @@ public class X5455_ExtendedTimestampTest { /* We must distinguish three cases: - Java has read the extended time field itself and agrees with us (Java9 or Java8 and years prior to - 2028) + 2038) - Java has read the extended time field but found a year >= 2038 (Java8) - Java hasn't read the extended time field at all (Java7- or early Java8) */