- fixed javadoc typos
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137572 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
70d0151452
commit
f491166adb
|
@ -73,7 +73,7 @@ import java.util.TimeZone;
|
||||||
* @author Stephen Colebourne
|
* @author Stephen Colebourne
|
||||||
* @author Janek Bogucki
|
* @author Janek Bogucki
|
||||||
* @since 2.0
|
* @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 {
|
public class DateUtils {
|
||||||
|
|
||||||
|
@ -552,7 +552,7 @@ public class DateUtils {
|
||||||
*
|
*
|
||||||
* @param focus the date to work with
|
* @param focus the date to work with
|
||||||
* @param rangeStyle the style constant to use. Must be one of the range
|
* @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
|
* @return the date iterator
|
||||||
* @throws IllegalArgumentException if the date is <code>null</code> or if
|
* @throws IllegalArgumentException if the date is <code>null</code> or if
|
||||||
|
@ -579,12 +579,12 @@ public class DateUtils {
|
||||||
*
|
*
|
||||||
* @param focus the date to work with
|
* @param focus the date to work with
|
||||||
* @param rangeStyle the style constant to use. Must be one of
|
* @param rangeStyle the style constant to use. Must be one of
|
||||||
* {@link DateUtils.RANGE_MONTH_SUNDAY},
|
* {@link DateUtils#RANGE_MONTH_SUNDAY},
|
||||||
* {@link DateUtils.RANGE_MONTH_MONDAY},
|
* {@link DateUtils#RANGE_MONTH_MONDAY},
|
||||||
* {@link DateUtils.RANGE_WEEK_SUNDAY},
|
* {@link DateUtils#RANGE_WEEK_SUNDAY},
|
||||||
* {@link DateUtils.RANGE_WEEK_MONDAY},
|
* {@link DateUtils#RANGE_WEEK_MONDAY},
|
||||||
* {@link DateUtils.RANGE_WEEK_RELATIVE},
|
* {@link DateUtils#RANGE_WEEK_RELATIVE},
|
||||||
* {@link DateUtils.RANGE_WEEK_CENTER}
|
* {@link DateUtils#RANGE_WEEK_CENTER}
|
||||||
* @return the date iterator
|
* @return the date iterator
|
||||||
* @throws IllegalArgumentException if the date is <code>null</code>
|
* @throws IllegalArgumentException if the date is <code>null</code>
|
||||||
*/
|
*/
|
||||||
|
@ -673,7 +673,7 @@ public class DateUtils {
|
||||||
* @param focus the date to work with, either
|
* @param focus the date to work with, either
|
||||||
* <code>Date</code> or <code>Calendar</code>
|
* <code>Date</code> or <code>Calendar</code>
|
||||||
* @param rangeStyle the style constant to use. Must be one of the range
|
* @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
|
* @return the date iterator
|
||||||
* @throws IllegalArgumentException if the date
|
* @throws IllegalArgumentException if the date
|
||||||
* is <code>null</code>
|
* is <code>null</code>
|
||||||
|
|
Loading…
Reference in New Issue