diff options
| author | Tom Tromey <tromey@redhat.com> | 2005-08-23 15:48:18 +0000 |
|---|---|---|
| committer | Tom Tromey <tromey@redhat.com> | 2005-08-23 15:48:18 +0000 |
| commit | 2ca65c3ce8aa393e5ab21942b72f4f96f96dcbac (patch) | |
| tree | 3f6c23b36a91dd1b3d5efdeb87f0e535b5cf056f /java/sql/Time.java | |
| parent | 7d21a85ea62a51322afb92470c6ec7c74e54856f (diff) | |
| download | classpath-2ca65c3ce8aa393e5ab21942b72f4f96f96dcbac.tar.gz | |
PR classpath/23531
* java/sql/Date.java (toString): Not deprecated.
(valueOf): Likewise.
* java/sql/Time.java (toString): Not deprecated.
(valueOf): Likewise.
Diffstat (limited to 'java/sql/Time.java')
| -rw-r--r-- | java/sql/Time.java | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/java/sql/Time.java b/java/sql/Time.java index eb6ef2d65..57551528b 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 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2002, 2003, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -139,8 +139,6 @@ public class Time extends java.util.Date * * @param str The string to parse. * @return The resulting <code>java.sql.Time</code> value. - * - * @deprecated */ public static Time valueOf (String str) { @@ -193,8 +191,6 @@ public class Time extends java.util.Date * This method returns this date in JDBC format. * * @return This date as a string. - * - * @deprecated */ public String toString () { |
