summaryrefslogtreecommitdiff
path: root/java/sql/Timestamp.java
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-10-20 08:08:50 +0000
committerMichael Koch <konqueror@gmx.de>2004-10-20 08:08:50 +0000
commit57719840ae2f0c6f04c93f9dabc7002564f2b30e (patch)
tree505354b5c0452f0063ed5ca4982ee02355627107 /java/sql/Timestamp.java
parentbf38a2250520c95252158619fa2449414e62407a (diff)
downloadclasspath-57719840ae2f0c6f04c93f9dabc7002564f2b30e.tar.gz
2004-10-20 Michael Koch <konqueror@gmx.de>
* java/io/File.java: Fixed @author tag to be HTML compatible. * java/sql/Timestamp.java, java/text/AttributedCharacterIterator.java, java/text/AttributedString.java, java/util/zip/CheckedOutputStream.java, java/util/zip/DeflaterOutputStream.java, java/util/zip/GZIPInputStream.java, java/util/zip/ZipFile.java, javax/crypto/Cipher.java, javax/crypto/ExemptionMechanismException.java, javax/crypto/SecretKey.java, javax/crypto/SecretKeyFactory.java, javax/naming/directory/ModificationItem.java, javax/naming/directory/SearchControls.java, javax/naming/event/NamingListener.java, javax/naming/ldap/Control.java, javax/naming/ldap/ExtendedResponse.java, javax/net/ssl/SSLSocketFactory.java: Reorganized imports and fixed copyright headers.
Diffstat (limited to 'java/sql/Timestamp.java')
-rw-r--r--java/sql/Timestamp.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sql/Timestamp.java b/java/sql/Timestamp.java
index b791ca1e0..501810054 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 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -38,8 +38,8 @@ exception statement from your version. */
package java.sql;
-import java.text.ParseException;
import java.text.DecimalFormat;
+import java.text.ParseException;
import java.text.SimpleDateFormat;
/**