summaryrefslogtreecommitdiff
path: root/java/sql/Time.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/sql/Time.java')
-rw-r--r--java/sql/Time.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sql/Time.java b/java/sql/Time.java
index 57551528b..43e6f446e 100644
--- a/java/sql/Time.java
+++ b/java/sql/Time.java
@@ -1,5 +1,5 @@
/* Time.java -- Wrapper around java.util.Date
- Copyright (C) 1999, 2000, 2002, 2003, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2002, 2003, 2005, 2006, Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -180,7 +180,7 @@ public class Time extends java.util.Date
* specified time value representing the number of seconds since
* Jan 1, 1970 at 12:00 midnight GMT.
*
- * @param time The time value to intialize this <code>Time</code> to.
+ * @param date The time value to intialize this <code>Time</code> to.
*/
public Time(long date)
{