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:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user