]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ObjectInputStream.java: Compile fix, damn I commited the wrong code.
authorMichael Koch <konqueror@gmx.de>
Sat, 28 Feb 2004 21:48:35 +0000 (21:48 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Sat, 28 Feb 2004 21:48:35 +0000 (21:48 +0000)
2004-02-28  Michael Koch  <konqueror@gmx.de>

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

From-SVN: r78629

libjava/ChangeLog
libjava/java/io/ObjectInputStream.java

index b46441a5dd475f583bd95003ec0f26fdda7358bc..7bc6e14eac27666a933da366da76949b818bee75 100644 (file)
@@ -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
index 3c2dec97010d534f8c6010558a31c172e67fce21..0c5b020bbababe073de826e5728c2b157081dc8f 100644 (file)
@@ -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;