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:
committed by
Michael Koch
parent
3e518ab077
commit
e484d7d5b3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user