This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: gnu.regexp.CharIndexedInputStream
- From: Michael Koch <konqueror at gmx dot de>
- To: java-patches at gcc dot gnu dot org
- Date: Fri, 9 Jul 2004 15:31:50 +0200
- Subject: Patch: gnu.regexp.CharIndexedInputStream
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi list,
I just commited the attached little patch to merge
gnu.regexp.CharIndexedInputStream with classpath again.
Michael
2004-07-09 Michael Koch <konqueror@gmx.de>
* gnu/regexp/CharIndexedInputStream.java:
Reordered imports to match classpath.
- --
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFA7p5GWSOgCCdjSDsRAuhYAJ4tDy4zbl1YARgQv8z7Ob87VIGjVgCeIUoD
XY4Nb7EKmYOxH7VbpLwErY4=
=1suE
-----END PGP SIGNATURE-----
Index: gnu/regexp/CharIndexedInputStream.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/gnu/regexp/CharIndexedInputStream.java,v
retrieving revision 1.1
diff -u -b -B -r1.1 CharIndexedInputStream.java
--- gnu/regexp/CharIndexedInputStream.java 9 Mar 2004 19:14:23 -0000 1.1
+++ gnu/regexp/CharIndexedInputStream.java 9 Jul 2004 13:26:13 -0000
@@ -36,9 +36,9 @@
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