CharIndexedInputStream.java: Reordered imports to match classpath.
authorMichael Koch <konqueror@gmx.de>
Fri, 9 Jul 2004 13:27:27 +0000 (13:27 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Fri, 9 Jul 2004 13:27:27 +0000 (13:27 +0000)
2004-07-09  Michael Koch  <konqueror@gmx.de>

* gnu/regexp/CharIndexedInputStream.java:
Reordered imports to match classpath.

From-SVN: r84365

libjava/ChangeLog
libjava/gnu/regexp/CharIndexedInputStream.java

index e9dae644ca8a8515c80e548e7dc9c30083d458c4..a92c0a3a552e3f12c58fa8aae036fba5e94964b1 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-09  Michael Koch  <konqueror@gmx.de>
+
+       * gnu/regexp/CharIndexedInputStream.java:
+       Reordered imports to match classpath.
+
 2004-07-09  Michael Koch  <konqueror@gmx.de>
 
        * gnu/java/awt/EmbeddedWindow.java:
index 776f533ca818f4eda4287951f40524c7e260de89..7faeb3810d037d346094b57b2dbc7ff3940ca9c5 100644 (file)
@@ -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