From 57719840ae2f0c6f04c93f9dabc7002564f2b30e Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Wed, 20 Oct 2004 08:08:50 +0000 Subject: 2004-10-20 Michael Koch * 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. --- java/sql/Timestamp.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/sql/Timestamp.java') 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; /** -- cgit v1.2.1