summaryrefslogtreecommitdiff
path: root/libjava/java/text/AttributedStringIterator.java
diff options
context:
space:
mode:
authorDalibor Topic <robilad@kaffe.org>2004-05-05 07:35:49 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2004-05-05 07:35:49 +0000
commitf32c742c5ffb6fc1b137ed7c3be65396bfd62061 (patch)
tree186c9e6e50e5f544b73494c3d58bbed5cffa20f5 /libjava/java/text/AttributedStringIterator.java
parent87fac4e31ce01c15d44c4526b639f06879f1c697 (diff)
AttributedString.java, [...]: Cleaned up imports.
2004-05-05 Dalibor Topic <robilad@kaffe.org> * java/text/AttributedString.java, java/text/AttributedStringIterator.java, java/text/Collator.java, java/text/DecimalFormatSymbols.java, java/text/NumberFormat.java, java/text/RuleBasedCollator.java: Cleaned up imports. From-SVN: r81506
Diffstat (limited to 'libjava/java/text/AttributedStringIterator.java')
-rw-r--r--libjava/java/text/AttributedStringIterator.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/libjava/java/text/AttributedStringIterator.java b/libjava/java/text/AttributedStringIterator.java
index 98204574c86..ca20801141c 100644
--- a/libjava/java/text/AttributedStringIterator.java
+++ b/libjava/java/text/AttributedStringIterator.java
@@ -1,5 +1,5 @@
/* AttributedStringIterator.java -- Class to iterate over AttributedString
- Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -38,11 +38,11 @@ exception statement from your version. */
package java.text;
-import java.util.Set;
-import java.util.HashSet;
-import java.util.Map;
import java.util.HashMap;
+import java.util.HashSet;
import java.util.Iterator;
+import java.util.Map;
+import java.util.Set;
/**
* This class implements the AttributedCharacterIterator interface. It