From f629a892192a8b078e14562f1659b421b54b432d Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Tue, 21 Sep 2004 02:11:06 +0000 Subject: [PATCH] Javadoc nit. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137933 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/commons/lang/time/DateUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/org/apache/commons/lang/time/DateUtils.java b/src/java/org/apache/commons/lang/time/DateUtils.java index e70bfd93a..8b2ce0f48 100644 --- a/src/java/org/apache/commons/lang/time/DateUtils.java +++ b/src/java/org/apache/commons/lang/time/DateUtils.java @@ -31,7 +31,7 @@ * @author Gary Gregory * @author Phil Steitz * @since 2.0 - * @version $Id: DateUtils.java,v 1.27 2004/09/07 23:03:37 scolebourne Exp $ + * @version $Id: DateUtils.java,v 1.28 2004/09/21 02:11:06 ggregory Exp $ */ public class DateUtils { @@ -126,7 +126,7 @@ public DateUtils() { *

* * @param cal1 the first calendar, not null - * @param cal1 the second calendar, not null + * @param cal2 the second calendar, not null * @return true if they represent the same day * @throws IllegalArgumentException if either calendar is null */