Return-Path: Delivered-To: apmail-commons-commits-archive@locus.apache.org Received: (qmail 2542 invoked from network); 6 Jul 2008 05:07:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jul 2008 05:07:34 -0000 Received: (qmail 79893 invoked by uid 500); 6 Jul 2008 05:07:35 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 79826 invoked by uid 500); 6 Jul 2008 05:07:34 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 79817 invoked by uid 99); 6 Jul 2008 05:07:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jul 2008 22:07:34 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jul 2008 05:06:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 541D92388A06; Sat, 5 Jul 2008 22:07:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r674259 - /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/tar/TarEntry.java Date: Sun, 06 Jul 2008 05:07:13 -0000 To: commits@commons.apache.org From: bayard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080706050713.541D92388A06@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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; /**