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]

FYI: Patch: java.io.ObjectInputStream


Hi list,


Last commit was buggy. This fixes it.


Michael


2004-02-28  Michael Koch  <konqueror@gmx.de>

	* java/io/ObjectInputStream.java: Compile fix, damn I commited the
	wrong code.

Index: java/io/ObjectInputStream.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/io/ObjectInputStream.java,v
retrieving revision 1.29
diff -u -b -B -r1.29 ObjectInputStream.java
--- java/io/ObjectInputStream.java	28 Feb 2004 21:28:53 -0000	1.29
+++ java/io/ObjectInputStream.java	28 Feb 2004 21:48:05 -0000
@@ -426,6 +426,7 @@
    */
   private void checkTypeConsistency(String name, ObjectStreamField[] fields1, ObjectStreamField[] fields2)
     throws InvalidClassException
+  {
     int nonPrimitive = 0;
     
     for (nonPrimitive = 0; 

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