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:
parent
3e518ab077
commit
e484d7d5b3
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue