aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/text/AttributedString.java
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-10-20 08:09:27 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2004-10-20 08:09:27 +0000
commit724c25170e88a2f732fbeb999d42c0e1957f513e (patch)
tree3d774ff1b0b0d75208b4e54314d08803f0164dc1 /libjava/java/text/AttributedString.java
parentaa75e737b8f7267f43365e50cade11d2c69e22c0 (diff)
downloadgcc-724c25170e88a2f732fbeb999d42c0e1957f513e.zip
gcc-724c25170e88a2f732fbeb999d42c0e1957f513e.tar.gz
gcc-724c25170e88a2f732fbeb999d42c0e1957f513e.tar.bz2
Timestamp.java, [...]: Reorganized imports and fixed copyright headers.
2004-10-20 Michael Koch <konqueror@gmx.de> * 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/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. From-SVN: r89324
Diffstat (limited to 'libjava/java/text/AttributedString.java')
-rw-r--r--libjava/java/text/AttributedString.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/text/AttributedString.java b/libjava/java/text/AttributedString.java
index 41512dc..752b376 100644
--- a/libjava/java/text/AttributedString.java
+++ b/libjava/java/text/AttributedString.java
@@ -38,8 +38,8 @@ exception statement from your version. */
package java.text;
-import java.util.Arrays;
import java.util.ArrayList;
+import java.util.Arrays;
import java.util.HashMap;
import java.util.Hashtable;
import java.util.Iterator;