Oops, tiny typo: "time zone ." -> "time zone."

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137576 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2003-08-06 02:48:23 +00:00
parent 4aa1a9cd4c
commit 6e2639fb20
1 changed files with 15 additions and 15 deletions

View File

@ -68,7 +68,7 @@ import java.util.TimeZone;
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stephen Colebourne * @author Stephen Colebourne
* @since 2.0 * @since 2.0
* @version $Id: DateFormatUtils.java,v 1.4 2003/08/06 01:44:57 ggregory Exp $ * @version $Id: DateFormatUtils.java,v 1.5 2003/08/06 02:48:23 ggregory Exp $
*/ */
public class DateFormatUtils { public class DateFormatUtils {