From a010a29561f5e2db51ccda2946f0112c49523972 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Tue, 22 Feb 2005 13:02:11 +0000 Subject: 2005-02-22 Michael Koch * 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. From-SVN: r95392 --- libjava/java/util/Calendar.java | 6 +++--- libjava/java/util/SimpleTimeZone.java | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'libjava/java/util') diff --git a/libjava/java/util/Calendar.java b/libjava/java/util/Calendar.java index 8a37c5e..0e9284c 100644 --- a/libjava/java/util/Calendar.java +++ b/libjava/java/util/Calendar.java @@ -1,5 +1,5 @@ /* Calendar.java -- - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -398,10 +398,10 @@ public abstract class Calendar implements Serializable, Cloneable * The version of the serialized data on the stream. *
0 or not present
*
JDK 1.1.5 or later.
- *
1
+ *
1
*
JDK 1.1.6 or later. This always writes a correct `time' value * on the stream, as well as the other fields, to be compatible with - * earlier versions
+ * earlier versions
* @since JDK1.1.6 * @serial */ diff --git a/libjava/java/util/SimpleTimeZone.java b/libjava/java/util/SimpleTimeZone.java index e50d92f..4da1847 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. * + *
* * XXX - JDK 1.2 Beta 4 docu states 1.1.4, but my 1.1.5 has the old * version. -- cgit v1.1