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 e9dae64..a92c0a3 100644 (file)
@@ -1,5 +1,10 @@
 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:
        Load native library for setWindowPeer method.
 
index 776f533..7faeb38 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