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
2 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue