summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Brawer <brawer@dandelis.ch>2002-04-30 14:11:29 +0000
committerSascha Brawer <brawer@dandelis.ch>2002-04-30 14:11:29 +0000
commit38c00fa3570399a004e5f94d022175a3c617b665 (patch)
treeb232c71da4596c93ba4b892c2415c31940dd4cbc
parentc4e3f58c6e6490687f2ec06c57b23777e5153f15 (diff)
downloadclasspath-38c00fa3570399a004e5f94d022175a3c617b665.tar.gz
class description: Docfix for pre-formatted code without asterisks in Javadoc.
-rw-r--r--java/util/Calendar.java13
1 files changed, 6 insertions, 7 deletions
diff --git a/java/util/Calendar.java b/java/util/Calendar.java
index 827177981..999f10511 100644
--- a/java/util/Calendar.java
+++ b/java/util/Calendar.java
@@ -73,13 +73,12 @@ import java.io.*;
* and for the first line all fields are set, that line is used to
* compute the day. <br>
*
- * <pre>
- * month + day_of_month
- * month + week_of_month + day_of_week
- * month + day_of_week_of_month + day_of_week
- * day_of_year
- * day_of_week + week_of_year
- * </pre>
+ *
+<pre>month + day_of_month
+month + week_of_month + day_of_week
+month + day_of_week_of_month + day_of_week
+day_of_year
+day_of_week + week_of_year</pre>
*
* The hour_of_day-field takes precedence over the ampm and
* hour_of_ampm fields. <br>