From f491166adba3816ff1e3b69264a15495ed3fcbe9 Mon Sep 17 00:00:00 2001 From: Steven Caswell Date: Tue, 5 Aug 2003 21:15:49 +0000 Subject: [PATCH] - fixed javadoc typos git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137572 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/commons/lang/time/DateUtils.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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