Minor javadoc change: techinally, "time zone" is two words, not one.

This also argues for changing statics from *TIMEZONE* to *TIME_ZONE*


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2003-08-06 01:44:57 +00:00
parent 76cfb62b92
commit 4aa1a9cd4c
3 changed files with 27 additions and 27 deletions

View File

@ -68,7 +68,7 @@
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @author Stephen Colebourne
* @since 2.0
* @version $Id: DateFormatUtils.java,v 1.3 2003/07/14 22:25:05 bayard Exp $
* @version $Id: DateFormatUtils.java,v 1.4 2003/08/06 01:44:57 ggregory Exp $
*/
public class DateFormatUtils {

View File

@ -73,7 +73,7 @@
* @author Stephen Colebourne
* @author Janek Bogucki
* @since 2.0
* @version $Id: DateUtils.java,v 1.8 2003/08/05 21:15:49 stevencaswell Exp $
* @version $Id: DateUtils.java,v 1.9 2003/08/06 01:44:57 ggregory Exp $
*/
public class DateUtils {

View File

@ -98,7 +98,7 @@
* @author Gary Gregory
* @author Stephen Colebourne
* @since 2.0
* @version $Id: FastDateFormat.java,v 1.13 2003/08/06 00:02:15 stevencaswell Exp $
* @version $Id: FastDateFormat.java,v 1.14 2003/08/06 01:44:57 ggregory Exp $
*/
public class FastDateFormat extends Format {
// A lot of the speed in this class comes from caching, but some comes