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
This commit is contained in:
Michael Koch 2004-07-09 13:27:27 +00:00 committed by Michael Koch
parent 3e518ab077
commit e484d7d5b3
2 changed files with 6 additions and 1 deletions

View 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:

View 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