From d21300717ed9d5578d6f64ec61d9c32a6622ac17 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Thu, 26 Nov 2009 10:40:13 +0000 Subject: [PATCH] Fixing javadoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@884493 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/commons/lang/time/DateUtilsRoundingTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/org/apache/commons/lang/time/DateUtilsRoundingTest.java b/src/test/org/apache/commons/lang/time/DateUtilsRoundingTest.java index ebedd767c..d76715339 100644 --- a/src/test/org/apache/commons/lang/time/DateUtilsRoundingTest.java +++ b/src/test/org/apache/commons/lang/time/DateUtilsRoundingTest.java @@ -261,7 +261,7 @@ public class DateUtilsRoundingTest extends TestCase { * Includes rounding to January 1 * * @throws Exception - * @3.0 + * @since 3.0 */ public void testRoundAmPm() throws Exception { final int calendarField = Calendar.AM_PM;