Commit 763c1edf by Michael Koch Committed by Michael Koch

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

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

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

From-SVN: r78629
parent c1a41c2f
2004-02-28 Michael Koch <konqueror@gmx.de>
* java/io/ObjectInputStream.java: Compile fix, damn I commited the
wrong code.
2004-02-28 Guilhem Lavaux <guilhem@kaffe.org> 2004-02-28 Guilhem Lavaux <guilhem@kaffe.org>
* java/io/ObjectInputStream.java * java/io/ObjectInputStream.java
......
...@@ -426,6 +426,7 @@ public class ObjectInputStream extends InputStream ...@@ -426,6 +426,7 @@ public class ObjectInputStream extends InputStream
*/ */
private void checkTypeConsistency(String name, ObjectStreamField[] fields1, ObjectStreamField[] fields2) private void checkTypeConsistency(String name, ObjectStreamField[] fields1, ObjectStreamField[] fields2)
throws InvalidClassException throws InvalidClassException
{
int nonPrimitive = 0; int nonPrimitive = 0;
for (nonPrimitive = 0; for (nonPrimitive = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment