From 8f523f3a1047919d3563daf1ef47ba87336ebe89 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 15 Nov 2005 23:20:01 +0000 Subject: Imported GNU Classpath 0.19 + gcj-import-20051115. * sources.am: Regenerated. * Makefile.in: Likewise. * scripts/makemake.tcl: Use glob -nocomplain. From-SVN: r107049 --- libjava/classpath/java/util/SimpleTimeZone.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libjava/classpath/java/util/SimpleTimeZone.java') diff --git a/libjava/classpath/java/util/SimpleTimeZone.java b/libjava/classpath/java/util/SimpleTimeZone.java index 995ccea84ca..0bda44c3327 100644 --- a/libjava/classpath/java/util/SimpleTimeZone.java +++ b/libjava/classpath/java/util/SimpleTimeZone.java @@ -468,6 +468,7 @@ public class SimpleTimeZone extends TimeZone * @param dayOfWeek The day of week where daylight savings start. * @param time The time in milliseconds standard time where daylight * savings start. + * @exception IllegalArgumentException if parameters are out of range. * @see SimpleTimeZone */ public void setStartRule(int month, int day, int dayOfWeek, int time) @@ -796,7 +797,7 @@ public class SimpleTimeZone extends TimeZone * dst and standard time. * @param calYear the year of the date to check (for leap day checking). * @param calMonth the month of the date to check. - * @param calDay the day of month of the date to check. + * @param calDayOfMonth the day of month of the date to check. * @param calDayOfWeek the day of week of the date to check. * @param calMillis the millis of day of the date to check (standard time). * @param mode the change mode; same semantic as startMode. -- cgit v1.2.3