Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 39520 invoked from network); 26 Nov 2009 10:40:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Nov 2009 10:40:36 -0000 Received: (qmail 91292 invoked by uid 500); 26 Nov 2009 10:40:36 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 91201 invoked by uid 500); 26 Nov 2009 10:40:36 -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 91192 invoked by uid 99); 26 Nov 2009 10:40:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Nov 2009 10:40:36 +0000 X-ASF-Spam-Status: No, hits=-3.9 required=5.0 tests=AWL,BAYES_00 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; Thu, 26 Nov 2009 10:40:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9077E23889DF; Thu, 26 Nov 2009 10:40:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r884493 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsRoundingTest.java Date: Thu, 26 Nov 2009 10:40:13 -0000 To: commits@commons.apache.org From: bayard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091126104013.9077E23889DF@eris.apache.org> Author: bayard Date: Thu Nov 26 10:40:13 2009 New Revision: 884493 URL: http://svn.apache.org/viewvc?rev=884493&view=rev Log: Fixing javadoc Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsRoundingTest.java Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsRoundingTest.java URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsRoundingTest.java?rev=884493&r1=884492&r2=884493&view=diff ============================================================================== --- commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsRoundingTest.java (original) +++ commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsRoundingTest.java Thu Nov 26 10:40:13 2009 @@ -261,7 +261,7 @@ * Includes rounding to January 1 * * @throws Exception - * @3.0 + * @since 3.0 */ public void testRoundAmPm() throws Exception { final int calendarField = Calendar.AM_PM;