diff options
author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-22 13:02:11 +0000 |
---|---|---|
committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-22 13:02:11 +0000 |
commit | d6b22e91afb6811fa5f2ce5b71c20e2d9f428374 (patch) | |
tree | a6292178d291461e4d7cdeef5f47fcf2be86c28c /libjava/java/util/SimpleTimeZone.java | |
parent | 805838c9054784107bc25cd3fccb47518521f7ee (diff) | |
download | ppe42-gcc-d6b22e91afb6811fa5f2ce5b71c20e2d9f428374.tar.gz ppe42-gcc-d6b22e91afb6811fa5f2ce5b71c20e2d9f428374.zip |
2005-02-22 Michael Koch <konqueror@gmx.de>
* java/nio/DirectByteBufferImpl.java
(owner): Fixed formatting of javadoc.
* java/text/DateFormat.java
(getAvailableLocales): Fixed formatting.
* java/text/SimpleDateFormat.java:
Fixed formatting and import statement order.
* java/util/Calendar.java
(Calendar): Fixed javadoc to be HTML compliant.
* java/util/SimpleTimeZone.java:
Fixed javadocs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95392 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/util/SimpleTimeZone.java')
-rw-r--r-- | libjava/java/util/SimpleTimeZone.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libjava/java/util/SimpleTimeZone.java b/libjava/java/util/SimpleTimeZone.java index e50d92fab49..4da1847a29c 100644 --- a/libjava/java/util/SimpleTimeZone.java +++ b/libjava/java/util/SimpleTimeZone.java @@ -1,5 +1,5 @@ /* java.util.SimpleTimeZone - Copyright (C) 1998, 1999, 2000, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -71,7 +71,7 @@ public class SimpleTimeZone extends TimeZone /** * The daylight savings offset. This is a positive offset in * milliseconds with respect to standard time. Typically this - * is one hour, but for some time zones this may be half an our. + * is one hour, but for some time zones this may be half an hour. * @serial * @since JDK1.1.4 */ @@ -228,6 +228,7 @@ public class SimpleTimeZone extends TimeZone * startMode, endMode and dstSavings. And there is a optional section * as described in writeObject. * </dd> + * </dl> * * XXX - JDK 1.2 Beta 4 docu states 1.1.4, but my 1.1.5 has the old * version. |