mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
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
This commit is contained in:
committed by
Michael Koch
parent
c1a41c2fa8
commit
763c1edf3b
@@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* java/io/ObjectInputStream.java
|
||||
|
||||
@@ -426,6 +426,7 @@ public class ObjectInputStream extends InputStream
|
||||
*/
|
||||
private void checkTypeConsistency(String name, ObjectStreamField[] fields1, ObjectStreamField[] fields2)
|
||||
throws InvalidClassException
|
||||
{
|
||||
int nonPrimitive = 0;
|
||||
|
||||
for (nonPrimitive = 0;
|
||||
|
||||
Reference in New Issue
Block a user