Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 34894 invoked from network); 16 May 2009 03:44:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 May 2009 03:44:31 -0000 Received: (qmail 55788 invoked by uid 500); 16 May 2009 03:44:29 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 55666 invoked by uid 500); 16 May 2009 03:44:29 -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 55657 invoked by uid 99); 16 May 2009 03:44:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 May 2009 03:44:29 +0000 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; Sat, 16 May 2009 03:44:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 92C7E23888DC; Sat, 16 May 2009 03:44:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r775410 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableLong.java Date: Sat, 16 May 2009 03:44:07 -0000 To: commits@commons.apache.org From: bayard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090516034407.92C7E23888DC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bayard Date: Sat May 16 03:44:06 2009 New Revision: 775410 URL: http://svn.apache.org/viewvc?rev=775410&view=rev Log: Fixing javadoc Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableLong.java Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableLong.java URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableLong.java?rev=775410&r1=775409&r2=775410&view=diff ============================================================================== --- commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableLong.java (original) +++ commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable/MutableLong.java Sat May 16 03:44:06 2009 @@ -255,7 +255,7 @@ /** * Compares this mutable to another in ascending order. * - * @param obj + * @param other * the mutable to compare to * @return negative if this is less, zero if equal, positive if greater * @throws ClassCastException if the argument is not a MutableLong