Commit e484d7d5 by Michael Koch Committed by Michael Koch

CharIndexedInputStream.java: Reordered imports to match classpath.

2004-07-09  Michael Koch  <konqueror@gmx.de>

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

From-SVN: r84365
parent 3e518ab0
2004-07-09 Michael Koch <konqueror@gmx.de> 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: * gnu/java/awt/EmbeddedWindow.java:
Load native library for setWindowPeer method. Load native library for setWindowPeer method.
......
...@@ -36,9 +36,9 @@ obligated to do so. If you do not wish to do so, delete this ...@@ -36,9 +36,9 @@ obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */ exception statement from your version. */
package gnu.regexp; package gnu.regexp;
import java.io.InputStream;
import java.io.BufferedInputStream; import java.io.BufferedInputStream;
import java.io.IOException; import java.io.IOException;
import java.io.InputStream;
// TODO: move(x) shouldn't rely on calling next() x times // TODO: move(x) shouldn't rely on calling next() x times
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment