diff --git a/src/java/org/apache/commons/lang/time/DateUtils.java b/src/java/org/apache/commons/lang/time/DateUtils.java
index 400f8d2b7..bac052a86 100644
--- a/src/java/org/apache/commons/lang/time/DateUtils.java
+++ b/src/java/org/apache/commons/lang/time/DateUtils.java
@@ -73,7 +73,7 @@ import java.util.TimeZone;
* @author Stephen Colebourne
* @author Janek Bogucki
* @since 2.0
- * @version $Id: DateUtils.java,v 1.7 2003/08/04 00:19:43 stevencaswell Exp $
+ * @version $Id: DateUtils.java,v 1.8 2003/08/05 21:15:49 stevencaswell Exp $
*/
public class DateUtils {
@@ -552,7 +552,7 @@ public class DateUtils {
*
* @param focus the date to work with
* @param rangeStyle the style constant to use. Must be one of the range
- * styles listed for the {@link #iterator(Calendar, int) method.
+ * styles listed for the {@link #iterator(Calendar, int)} method.
*
* @return the date iterator
* @throws IllegalArgumentException if the date is null
or if
@@ -579,12 +579,12 @@ public class DateUtils {
*
* @param focus the date to work with
* @param rangeStyle the style constant to use. Must be one of
- * {@link DateUtils.RANGE_MONTH_SUNDAY},
- * {@link DateUtils.RANGE_MONTH_MONDAY},
- * {@link DateUtils.RANGE_WEEK_SUNDAY},
- * {@link DateUtils.RANGE_WEEK_MONDAY},
- * {@link DateUtils.RANGE_WEEK_RELATIVE},
- * {@link DateUtils.RANGE_WEEK_CENTER}
+ * {@link DateUtils#RANGE_MONTH_SUNDAY},
+ * {@link DateUtils#RANGE_MONTH_MONDAY},
+ * {@link DateUtils#RANGE_WEEK_SUNDAY},
+ * {@link DateUtils#RANGE_WEEK_MONDAY},
+ * {@link DateUtils#RANGE_WEEK_RELATIVE},
+ * {@link DateUtils#RANGE_WEEK_CENTER}
* @return the date iterator
* @throws IllegalArgumentException if the date is null
*/
@@ -673,7 +673,7 @@ public class DateUtils {
* @param focus the date to work with, either
* Date
or Calendar
* @param rangeStyle the style constant to use. Must be one of the range
- * styles listed for the {@link #iterator(Calendar, int) method.
+ * styles listed for the {@link #iterator(Calendar, int)} method.
* @return the date iterator
* @throws IllegalArgumentException if the date
* is null