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 2012/03/08 18:49:38 UTC

svn commit: r1298483 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java

Author: bodewig
Date: Thu Mar  8 17:49:38 2012
New Revision: 1298483

URL: http://svn.apache.org/viewvc?rev=1298483&view=rev
Log:
redundant code

Modified:
    commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java

Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java?rev=1298483&r1=1298482&r2=1298483&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java (original)
+++ commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java Thu Mar  8 17:49:38 2012
@@ -234,9 +234,6 @@ public class TarArchiveEntry implements 
         this.linkName = "";
         this.userName = "";
         this.groupName = "";
-        this.devMajor = 0;
-        this.devMinor = 0;
-
     }
 
     /**