summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2004-06-30 19:51:36 +0000
committerMark Wielaard <mark@klomp.org>2004-06-30 19:51:36 +0000
commit9fab9c43e26b5166d808a9e1c97c45867d7a5435 (patch)
tree8ebc3dea0209a7fc7c6a1d17ac6dc6c889250f72
parent7ceee55aab54d9083313aeda56b19163d9335144 (diff)
downloadclasspath-9fab9c43e26b5166d808a9e1c97c45867d7a5435.tar.gz
2003-06-30 Dalibor Topic <robilad@kaffe.org>
* gnu/regexp/CharIndexedInputStream.java: Reorganized imports.
-rw-r--r--ChangeLog4
-rw-r--r--gnu/regexp/CharIndexedInputStream.java2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f5ecabd6..8567c3739 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-06-30 Dalibor Topic <robilad@kaffe.org>
+
+ * gnu/regexp/CharIndexedInputStream.java: Reorganized imports.
+
2004-06-26 Thomas Fitzsimmons <fitzsim@redhat.com>
* doc/www.gnu.org/faq/faq.wml: Update CVS locations.
diff --git a/gnu/regexp/CharIndexedInputStream.java b/gnu/regexp/CharIndexedInputStream.java
index 776f533ca..7faeb3810 100644
--- a/gnu/regexp/CharIndexedInputStream.java
+++ b/gnu/regexp/CharIndexedInputStream.java
@@ -36,9 +36,9 @@ obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package gnu.regexp;
-import java.io.InputStream;
import java.io.BufferedInputStream;
import java.io.IOException;
+import java.io.InputStream;
// TODO: move(x) shouldn't rely on calling next() x times