This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]