You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2018/11/10 20:54:10 UTC

commons-compress git commit: this was supposed to be public

Repository: commons-compress
Updated Branches:
  refs/heads/master fd69d8ca2 -> e8457776f


this was supposed to be public


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/e8457776
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/e8457776
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/e8457776

Branch: refs/heads/master
Commit: e8457776fe1b49d6208f21a51c988980b1e4e23b
Parents: fd69d8c
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sat Nov 10 21:53:38 2018 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sat Nov 10 21:53:56 2018 +0100

----------------------------------------------------------------------
 .../org/apache/commons/compress/archivers/tar/TarArchiveEntry.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/e8457776/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
index e5c3a06..4a84584 100644
--- a/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
+++ b/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
@@ -151,7 +151,7 @@ public class TarArchiveEntry implements ArchiveEntry, TarConstants {
      * mode an the archive contains illegal fields.
      * @since 1.19
      */
-    private static final long UNKNOWN = -1l;
+    public static final long UNKNOWN = -1l;
 
     /** The entry's name. */
     private String name = "";