diff options
Diffstat (limited to 'java/sql/Timestamp.java')
| -rw-r--r-- | java/sql/Timestamp.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sql/Timestamp.java b/java/sql/Timestamp.java index f3459b22f..23c9f1992 100644 --- a/java/sql/Timestamp.java +++ b/java/sql/Timestamp.java @@ -1,5 +1,5 @@ /* Time.java -- Wrapper around java.util.Date - Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2003, 2004, 2006, Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -143,7 +143,7 @@ public class Timestamp extends java.util.Date * specified time value representing the number of milliseconds 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 Timestamp(long date) { @@ -280,7 +280,7 @@ public class Timestamp extends java.util.Date /** * Compare two Timestamp - * @param when the other Timestamp. + * @param ts the other Timestamp. * @return 0, if the date represented * by obj is exactly the same as the time represented by this * object, a negative if this Timestamp is before the other Timestamp, and |
