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
@@ -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