You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2008/07/06 07:07:13 UTC

svn commit: r674259 - /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/tar/TarEntry.java

Author: bayard
Date: Sat Jul  5 22:07:12 2008
New Revision: 674259

URL: http://svn.apache.org/viewvc?rev=674259&view=rev
Log:
Attaching the javadoc to the correct variable

Modified:
    commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/tar/TarEntry.java

Modified: commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/tar/TarEntry.java
URL: http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/tar/TarEntry.java?rev=674259&r1=674258&r2=674259&view=diff
==============================================================================
--- commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/tar/TarEntry.java (original)
+++ commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/tar/TarEntry.java Sat Jul  5 22:07:12 2008
@@ -245,11 +245,11 @@
      */
     private long m_modTime;
 
+    private int m_mode;
+
     /**
      * The entry's name.
      */
-    private int m_mode;
-
     private StringBuffer m_name;
 
     /**