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 2009/11/26 11:40:13 UTC

svn commit: r884493 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/DateUtilsRoundingTest.java

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;