--- /home/cpdev/src/classpath/java/util/Date.java	2005-07-05 17:33:10.000000000 +0000
+++ java/util/Date.java	2005-06-30 05:34:50.000000000 +0000
@@ -41,8 +41,6 @@
 import java.io.ObjectInputStream;
 import java.io.ObjectOutputStream;
 import java.io.Serializable;
-import java.text.DateFormat;
-import java.text.SimpleDateFormat;
 
 /**
  * <p>
@@ -242,8 +240,8 @@
    *             <code>TimeZone</code> instead.
    * @param year the difference between the required year and 1900.
    * @param month the month as a value between 0 and 11.
-   * @param date the day as a value between 0 and 31.
-   * @param hrs the hour as a value between 0 and 23, in 24-hour
+   * @param day the day as a value between 0 and 31.
+   * @param hour the hour as a value between 0 and 23, in 24-hour
    *        clock notation.
    * @param min the minute as a value between 0 and 59.
    * @param sec the second as a value between 0 and 61 (with 60
@@ -720,7 +718,7 @@
    * </li>
    * </ul>
    *
-   * @param string The String to parse.
+   * @param s The String to parse.
    * @return The time in milliseconds since the epoch.
    * @throws IllegalArgumentException if the string fails to parse.
    * @deprecated Use DateFormat.parse(String)
